summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index e1ffaff31..d01e30bb9 100644
--- a/src/being.h
+++ b/src/being.h
@@ -654,6 +654,14 @@ class Being : public ActorSprite, public ConfigListener
*/
std::string getSitAction() const A_WARN_UNUSED;
+ std::string getMoveAction() const A_WARN_UNUSED;
+
+ std::string getDeadAction() const A_WARN_UNUSED;
+
+ std::string getStandAction() const A_WARN_UNUSED;
+
+ std::string getSpawnAction() const A_WARN_UNUSED;
+
/**
* Whether or not this player is a GM.
*/