diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-13 14:58:17 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-13 21:22:32 +0100 |
| commit | 8f7b089e246b5e55d1cacb756da4219bb751236f (patch) | |
| tree | b302742a6cdc70c393c6020bc8e3b4d1bc08d348 /serialize/json-wrapper.hpp | |
| parent | 9b70fb78e70a509ba5bfa1c1d0a839eddd0902dc (diff) | |
scenery loader now works
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 |
