diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index d01e30bb9..68ef97c10 100644 --- a/src/being.h +++ b/src/being.h @@ -662,6 +662,10 @@ class Being : public ActorSprite, public ConfigListener std::string getSpawnAction() const A_WARN_UNUSED; + std::string getWeaponAttackAction(const ItemInfo *const weapon) const; + + std::string getAttackAction(const Attack *const attack) const; + /** * Whether or not this player is a GM. */ |