diff options
Diffstat (limited to 'tile/serialize.cpp')
| -rw-r--r-- | tile/serialize.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tile/serialize.cpp b/tile/serialize.cpp deleted file mode 100644 index 4043c8de..00000000 --- a/tile/serialize.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#include "serialize.hpp" -#include <nlohmann/json.hpp> -#include "json-magnum.hpp" - -std::tuple<big_atlas, bool> big_atlas::from_json(const std::filesystem::path& pathname) noexcept -{ - -} - -bool big_atlas::to_json(const std::filesystem::path& pathname) noexcept -{ - -} - -NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(big_atlas_tile, position) -NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(big_atlas_entry, tiles) -NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(big_atlas, entries) |
