diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 04:37:52 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 04:37:52 +0200 |
commit | 9d2cd3743e7d0e66e36275ec38cadc232ac094ca (patch) | |
tree | 76919e9ce6ec7e6023cfe186a87d1f913e535145 /src/critter-script.cpp | |
parent | f2e145831c9228de3f7aa2c02b35cbf597704300 (diff) |
should be good now
Diffstat (limited to 'src/critter-script.cpp')
-rw-r--r-- | src/critter-script.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/critter-script.cpp b/src/critter-script.cpp new file mode 100644 index 00000000..746a84dd --- /dev/null +++ b/src/critter-script.cpp @@ -0,0 +1,7 @@ +#include "critter-script.inl" + +namespace floormat { + +object_type critter_script::type() const { return object_type::critter; } + +} // namespace floormat |