diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 18:57:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 18:57:51 +0200 |
commit | c3258606e206f91e89c2451c6afb6fb4fd96a11f (patch) | |
tree | bf4cd788396f8c8ac8987c55d27ad8a92e4acbd8 /src/wall-atlas.cpp | |
parent | d71c3ca30ea79d6a54446be8c5a9da169d7ccd1e (diff) |
wa
Diffstat (limited to 'src/wall-atlas.cpp')
-rw-r--r-- | src/wall-atlas.cpp | 9 |
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) |