summaryrefslogtreecommitdiffhomepage
path: root/src/object.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-16 18:57:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-16 18:57:51 +0200
commitc3258606e206f91e89c2451c6afb6fb4fd96a11f (patch)
treebf4cd788396f8c8ac8987c55d27ad8a92e4acbd8 /src/object.cpp
parentd71c3ca30ea79d6a54446be8c5a9da169d7ccd1e (diff)
wa
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object.cpp b/src/object.cpp
index 7e686aa9..449a0fcb 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -21,6 +21,9 @@
namespace floormat {
+template class bptr<object>;
+template class bptr<const object>;
+
namespace {
// todo rewrite using bitwise ops. try this instead: x = 31; int((x+64+32)/64), (x + 64 + 32)%64 - 1