From 7493b452de349f26617171d7e90ecec6c73e0919 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 4 Oct 2022 19:35:58 +0200 Subject: a --- tile/serialize.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tile/serialize.cpp (limited to 'tile/serialize.cpp') 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 -#include "json-magnum.hpp" - -std::tuple 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) -- cgit v1.2.3