8 lines
160 B
C
8 lines
160 B
C
#ifndef TILE__THIRD_PARTY_JSON_JSON_H
|
|
#define TILE__THIRD_PARTY_JSON_JSON_H
|
|
|
|
#pragma once
|
|
#include "nlohmann/json.hpp"
|
|
|
|
#endif // TILE__THIRD_PARTY_JSON_JSON_H
|