summaryrefslogtreecommitdiffhomepage
path: root/anim-crop-tool
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
commitcf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch)
tree2dd795feb2b735773ca936effa57884986196aca /anim-crop-tool
parentb581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff)
a
Diffstat (limited to 'anim-crop-tool')
-rw-r--r--anim-crop-tool/atlas.cpp2
-rw-r--r--anim-crop-tool/atlas.hpp4
-rw-r--r--anim-crop-tool/main.cpp2
3 files changed, 4 insertions, 4 deletions
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 <filesystem>
#include <opencv2/imgcodecs.hpp>
-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
{