summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-12-01 16:54:19 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-12-01 16:54:19 +0000
commitab431cdfab6e1842ff357c7f380cc74142601912 (patch)
treec10b04d93a14cfd1cfee98db562c5b6b00d9a2b9 /src/monster.h
parent30aa32025d3406920330390b97001ade27e4343a (diff)
downloadMana-ab431cdfab6e1842ff357c7f380cc74142601912.tar.gz
Mana-ab431cdfab6e1842ff357c7f380cc74142601912.tar.bz2
Mana-ab431cdfab6e1842ff357c7f380cc74142601912.tar.xz
Mana-ab431cdfab6e1842ff357c7f380cc74142601912.zip
Monster sound effect patch
Diffstat (limited to 'src/monster.h')
-rw-r--r--src/monster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monster.h b/src/monster.h
index 4a82a461..3d3cd546 100644
--- a/src/monster.h
+++ b/src/monster.h
@@ -33,6 +33,8 @@ class Monster : public Being
virtual void logic();
+ virtual void setAction(Uint8 action);
+
virtual Type getType() const;
};