summaryrefslogtreecommitdiffhomepage
path: root/src/anim-atlas.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-16 18:57:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-16 18:57:51 +0200
commitc3258606e206f91e89c2451c6afb6fb4fd96a11f (patch)
treebf4cd788396f8c8ac8987c55d27ad8a92e4acbd8 /src/anim-atlas.cpp
parentd71c3ca30ea79d6a54446be8c5a9da169d7ccd1e (diff)
wa
Diffstat (limited to 'src/anim-atlas.cpp')
-rw-r--r--src/anim-atlas.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp
index cff16798..43ba69b2 100644
--- a/src/anim-atlas.cpp
+++ b/src/anim-atlas.cpp
@@ -3,6 +3,7 @@
#include "compat/assert.hpp"
#include "compat/array-size.hpp"
#include "compat/exception.hpp"
+#include "compat/borrowed-ptr.inl"
#include <Corrade/Containers/BitArrayView.h>
#include <Corrade/Containers/StridedArrayView.h>
#include <Magnum/Math/Color.h>
@@ -10,6 +11,9 @@
namespace floormat {
+template class bptr<anim_atlas>;
+template class bptr<const anim_atlas>;
+
static constexpr const char name_array[][3] = { "n", "ne", "e", "se", "s", "sw", "w", "nw", };
static constexpr inline auto rot_count = size_t(rotation_COUNT);