summaryrefslogtreecommitdiffhomepage
path: root/src/critter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/critter.cpp')
-rw-r--r--src/critter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/critter.cpp b/src/critter.cpp
index b107394d..07c8f0cc 100644
--- a/src/critter.cpp
+++ b/src/critter.cpp
@@ -20,6 +20,9 @@
namespace floormat {
+template class bptr<critter>;
+template class bptr<const critter>;
+
namespace {
constexpr auto m_auto_mask = critter::move_u { .bits {.AUTO = true} };