From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- anim-crop-tool/atlas.cpp | 2 +- anim-crop-tool/atlas.hpp | 4 ++-- anim-crop-tool/main.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'anim-crop-tool') diff --git a/anim-crop-tool/atlas.cpp b/anim-crop-tool/atlas.cpp index 05575298..dcb8b636 100644 --- a/anim-crop-tool/atlas.cpp +++ b/anim-crop-tool/atlas.cpp @@ -5,7 +5,7 @@ #include #include -using namespace Magnum::Examples::Serialize; +using namespace floormat::Serialize; void anim_atlas_row::add_entry(const anim_atlas_entry& x) { diff --git a/anim-crop-tool/atlas.hpp b/anim-crop-tool/atlas.hpp index be74b40a..32819a2e 100644 --- a/anim-crop-tool/atlas.hpp +++ b/anim-crop-tool/atlas.hpp @@ -7,7 +7,7 @@ namespace std::filesystem { class path; } -namespace Magnum::Examples::Serialize { +namespace floormat::Serialize { struct anim_frame; @@ -38,4 +38,4 @@ public: [[nodiscard]] bool dump(const std::filesystem::path& filename) const; }; -} // namespace Magnum::Examples::Serialize +} // namespace floormat::Serialize diff --git a/anim-crop-tool/main.cpp b/anim-crop-tool/main.cpp index a95d3bae..b268321e 100644 --- a/anim-crop-tool/main.cpp +++ b/anim-crop-tool/main.cpp @@ -28,7 +28,7 @@ using Corrade::Utility::Debug; using std::filesystem::path; -using namespace Magnum::Examples::Serialize; +using namespace floormat::Serialize; struct options { -- cgit v1.2.3