diff options
Diffstat (limited to 'src/monster.h')
-rw-r--r-- | src/monster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monster.h b/src/monster.h index 0314a035..7f129e14 100644 --- a/src/monster.h +++ b/src/monster.h @@ -31,6 +31,8 @@ class Monster : public Being public: Monster(Uint16 id, Uint16 job, Map *map); + virtual void setAction(Uint8 action); + virtual Type getType() const; }; |