aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_dispensor.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-18 22:45:58 -0400
committerPaul Gilbert2016-08-18 22:45:58 -0400
commitdc91d30b76ded7ed7a648a0b0b43d8fe99c00cf6 (patch)
tree12e445180f88ffdd5f9ad0a200f1b9c39faa6180 /engines/titanic/game/chicken_dispensor.h
parentdf5f78037cc33fb63bdb5233a8ed378db77d9832 (diff)
downloadscummvm-rg350-dc91d30b76ded7ed7a648a0b0b43d8fe99c00cf6.tar.gz
scummvm-rg350-dc91d30b76ded7ed7a648a0b0b43d8fe99c00cf6.tar.bz2
scummvm-rg350-dc91d30b76ded7ed7a648a0b0b43d8fe99c00cf6.zip
TITANIC: Implementing game classes
Diffstat (limited to 'engines/titanic/game/chicken_dispensor.h')
-rw-r--r--engines/titanic/game/chicken_dispensor.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/titanic/game/chicken_dispensor.h b/engines/titanic/game/chicken_dispensor.h
index d86b850871..5e3ba47ee8 100644
--- a/engines/titanic/game/chicken_dispensor.h
+++ b/engines/titanic/game/chicken_dispensor.h
@@ -28,6 +28,14 @@
namespace Titanic {
class CChickenDispensor : public CBackground {
+ DECLARE_MESSAGE_MAP;
+ bool StatusChangeMsg(CStatusChangeMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool ActMsg(CActMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool MouseDragStartMsg(CMouseDragStartMsg *msg);
+ bool TurnOff(CTurnOff *msg);
public:
int _fieldE0;
int _fieldE4;