aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_cooler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/chicken_cooler.h')
-rw-r--r--engines/titanic/game/chicken_cooler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/game/chicken_cooler.h b/engines/titanic/game/chicken_cooler.h
index 724727b905..54dba90686 100644
--- a/engines/titanic/game/chicken_cooler.h
+++ b/engines/titanic/game/chicken_cooler.h
@@ -29,7 +29,9 @@
namespace Titanic {
class CChickenCooler : public CGameObject {
+ DECLARE_MESSAGE_MAP;
bool EnterRoomMsg(CEnterRoomMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
private:
int _fieldBC;
int _fieldC0;