diff options
Diffstat (limited to 'src/monster.h')
-rw-r--r-- | src/monster.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monster.h b/src/monster.h index 0e0e1af5..4a24068f 100644 --- a/src/monster.h +++ b/src/monster.h @@ -39,6 +39,9 @@ class Monster : public Being virtual Type getType() const; + virtual TargetCursorSize + getTargetCursorSize() const; + /** * Handles an attack of another being by this monster. Plays a hit or * miss sound when appropriate. |