aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_dispensor.h
diff options
context:
space:
mode:
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;