aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/ship_setting.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/ship_setting.h')
-rw-r--r--engines/titanic/game/ship_setting.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/game/ship_setting.h b/engines/titanic/game/ship_setting.h
index a3b5d5f511..30780fd3d7 100644
--- a/engines/titanic/game/ship_setting.h
+++ b/engines/titanic/game/ship_setting.h
@@ -24,15 +24,18 @@
#define TITANIC_SHIP_SETTING_H
#include "titanic/core/background.h"
+#include "titanic/messages/messages.h"
namespace Titanic {
-class CShipSetting : public CBackground {
-public:
+class CShipSetting : public CBackground, CEnterRoomMsgTarget {
+private:
CString _string3;
Common::Point _pos1;
CString _string4;
CString _string5;
+protected:
+ virtual bool handleEvent(const CEnterRoomMsg &msg);
public:
CLASSDEF
CShipSetting();