diff options
Diffstat (limited to 'serialize/json-wrapper.hpp')
-rw-r--r-- | serialize/json-wrapper.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/serialize/json-wrapper.hpp b/serialize/json-wrapper.hpp new file mode 100644 index 00000000..722fa8b7 --- /dev/null +++ b/serialize/json-wrapper.hpp @@ -0,0 +1,9 @@ +#pragma once +#include "loader/scenery-cell.hpp" +#include <nlohmann/json.hpp> + +namespace floormat { + +struct json_wrapper { nlohmann::json j; }; + +} // namespace floormat |