aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet/pet_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pet/pet_monitor.h')
-rw-r--r--engines/titanic/game/pet/pet_monitor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/game/pet/pet_monitor.h b/engines/titanic/game/pet/pet_monitor.h
index ff2209802d..97961ee929 100644
--- a/engines/titanic/game/pet/pet_monitor.h
+++ b/engines/titanic/game/pet/pet_monitor.h
@@ -24,10 +24,13 @@
#define TITANIC_PET_MONITOR_H
#include "titanic/core/game_object.h"
+#include "titanic/messages/messages.h"
namespace Titanic {
-class CPETMonitor : public CGameObject {
+class CPETMonitor : public CGameObject, CEnterRoomMsgTarget {
+protected:
+ virtual bool handleEvent(const CEnterRoomMsg &msg);
public:
CLASSDEF