summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-05-20 20:27:32 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-05-20 20:27:32 +0000
commite7c3c0ae918caf70f67b378743f0ede929285e42 (patch)
tree953cb01a89665e500e9a5ec0f711d31df0e27c7d /src/monster.h
parentc2b7b192b50a4696888ee92a8aa9abfa21eb057e (diff)
downloadMana-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.gz
Mana-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.bz2
Mana-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.xz
Mana-e7c3c0ae918caf70f67b378743f0ede929285e42.zip
Added different target cursor sizes for monsters. Graphics for small and large cursor are provisional until better versions based on the original SVG of the medium sized one are available.
Diffstat (limited to 'src/monster.h')
-rw-r--r--src/monster.h3
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.