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 6b5f7b95..41e8ecca 100644 --- a/anim-crop-tool/atlas.hpp +++ b/anim-crop-tool/atlas.hpp @@ -5,9 +5,9 @@ #include <Magnum/Math/Vector2.h> #include <opencv2/core/mat.hpp> -namespace floormat::Serialize { +namespace floormat { struct anim_frame; } -struct anim_frame; +namespace floormat::Serialize { struct anim_atlas_entry { |