summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wall-atlas.cpp')
-rw-r--r--src/wall-atlas.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp
index 991e1b45..e6c5cb6d 100644
--- a/src/wall-atlas.cpp
+++ b/src/wall-atlas.cpp
@@ -2,11 +2,18 @@
#include "tile-constants.hpp"
#include "compat/array-size.hpp"
#include "compat/exception.hpp"
-#include <utility>
+#include "compat/borrowed-ptr.inl"
#include <Corrade/Containers/StridedArrayView.h>
#include <Magnum/ImageView.h>
#include <Magnum/GL/TextureFormat.h>
+namespace floormat {
+
+template class bptr<wall_atlas>;
+template class bptr<const wall_atlas>;
+
+} // namespace floormat
+
namespace floormat::Wall {
uint8_t direction_index_from_name(StringView s) noexcept(false)