diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-04 19:35:58 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-04 19:35:58 +0200 |
| commit | 7493b452de349f26617171d7e90ecec6c73e0919 (patch) | |
| tree | 2b8abc241dd463038123c462555d18dcde7eef3c /tile/serialize.cpp | |
| parent | 4ea49965c93948c971d7de307189bca5ec3b701c (diff) | |
a
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) |
