summaryrefslogtreecommitdiffhomepage
path: root/src/critter-script.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-06 04:37:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-06 04:37:52 +0200
commit9d2cd3743e7d0e66e36275ec38cadc232ac094ca (patch)
tree76919e9ce6ec7e6023cfe186a87d1f913e535145 /src/critter-script.hpp
parentf2e145831c9228de3f7aa2c02b35cbf597704300 (diff)
should be good now
Diffstat (limited to 'src/critter-script.hpp')
-rw-r--r--src/critter-script.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/critter-script.hpp b/src/critter-script.hpp
index 630baa4b..a8258ea0 100644
--- a/src/critter-script.hpp
+++ b/src/critter-script.hpp
@@ -24,6 +24,8 @@ struct critter_script : base_script
// todo! move to src/scripts dir
+ object_type type() const override;
+
enum class walk_mode : uint8_t { none, line, path, };
static Pointer<critter_script> make_walk_script(point to, const path_search_result& path, walk_mode mode);
};