From c3258606e206f91e89c2451c6afb6fb4fd96a11f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jul 2024 18:57:51 +0200 Subject: wa --- src/wall-atlas.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/wall-atlas.cpp') 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 +#include "compat/borrowed-ptr.inl" #include #include #include +namespace floormat { + +template class bptr; +template class bptr; + +} // namespace floormat + namespace floormat::Wall { uint8_t direction_index_from_name(StringView s) noexcept(false) -- cgit v1.2.3