diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-05 15:47:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-05 15:47:29 +0200 |
commit | 6731ab0243ba437595062558e56b800d5eca9cf5 (patch) | |
tree | 39025a8ca381ff6f71cbe316c7d72b32f506a9bf /anim-crop-tool/atlas.cpp | |
parent | 2c26d57dc97eb7105a6dca2089fd42847a8c2b37 (diff) |
a
Diffstat (limited to 'anim-crop-tool/atlas.cpp')
-rw-r--r-- | anim-crop-tool/atlas.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/anim-crop-tool/atlas.cpp b/anim-crop-tool/atlas.cpp index 8c43d64f..4b005d60 100644 --- a/anim-crop-tool/atlas.cpp +++ b/anim-crop-tool/atlas.cpp @@ -1,10 +1,12 @@ #include "atlas.hpp" -#include "anim/serialize.hpp" +#include "serialize/anim.hpp" #include "compat/assert.hpp" #include <filesystem> #include <opencv2/imgcodecs.hpp> +using namespace Magnum::Examples::Serialize; + void anim_atlas_row::add_entry(const anim_atlas_entry& x) { auto& frame = *x.frame; |