diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 20:32:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 20:32:24 +0200 |
commit | ccc6b7fcb08f5a5713c2ac74a28113814b4c70b4 (patch) | |
tree | 3f06113a5129211368df688f243eac7451a41bec /serialize | |
parent | 5d0b65de8f9e95fe813037ab5435fe547d406adc (diff) |
a
Diffstat (limited to 'serialize')
-rw-r--r-- | serialize/tile.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/serialize/tile.hpp b/serialize/tile.hpp new file mode 100644 index 00000000..4224fa54 --- /dev/null +++ b/serialize/tile.hpp @@ -0,0 +1,14 @@ +#pragma once +#include <nlohmann/json.hpp> + +namespace Magnum::Examples { + + + +} // namespace Magnum::Examples + +namespace nlohmann { + + + +} // namespace nlohmann |