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/critter.cpp | |
| parent | d71c3ca30ea79d6a54446be8c5a9da169d7ccd1e (diff) | |
wa
Diffstat (limited to 'src/critter.cpp')
| -rw-r--r-- | src/critter.cpp | 3 |
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} }; |
