diff options
Diffstat (limited to 'anim-crop-tool/atlas.hpp')
-rw-r--r-- | anim-crop-tool/atlas.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |