summaryrefslogtreecommitdiffhomepage
path: root/serialize/tile-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/tile-atlas.hpp')
-rw-r--r--serialize/tile-atlas.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/serialize/tile-atlas.hpp b/serialize/tile-atlas.hpp
index 8dfa8c86..f4549d7c 100644
--- a/serialize/tile-atlas.hpp
+++ b/serialize/tile-atlas.hpp
@@ -2,14 +2,14 @@
#include <memory>
#include <nlohmann/json_fwd.hpp>
-namespace Magnum::Examples { struct tile_atlas; }
+namespace floormat { struct tile_atlas; }
namespace nlohmann {
template<>
-struct adl_serializer<std::shared_ptr<Magnum::Examples::tile_atlas>> final {
- static void to_json(json& j, const std::shared_ptr<Magnum::Examples::tile_atlas>& x);
- static void from_json(const json& j, std::shared_ptr<Magnum::Examples::tile_atlas>& x);
+struct adl_serializer<std::shared_ptr<floormat::tile_atlas>> final {
+ static void to_json(json& j, const std::shared_ptr<floormat::tile_atlas>& x);
+ static void from_json(const json& j, std::shared_ptr<floormat::tile_atlas>& x);
};
} // namespace nlohmann