summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenery.cpp')
-rw-r--r--src/scenery.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/scenery.cpp b/src/scenery.cpp
index 4903afac..e2092ffa 100644
--- a/src/scenery.cpp
+++ b/src/scenery.cpp
@@ -2,6 +2,7 @@
#include "scenery-proto.hpp"
#include "compat/assert.hpp"
#include "compat/exception.hpp"
+#include "compat/borrowed-ptr.inl"
#include "tile-constants.hpp"
#include "anim-atlas.hpp"
#include "rotation.inl"
@@ -11,6 +12,13 @@
namespace floormat {
+template class bptr<generic_scenery>;
+template class bptr<const generic_scenery>;
+template class bptr<scenery>;
+template class bptr<const scenery>;
+template class bptr<door_scenery>;
+template class bptr<const door_scenery>;
+
// --- scenery ---
enum object_type scenery::type() const noexcept { return object_type::scenery; } // NOLINT(*-convert-*-to-static)