aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cell_point_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-17 22:15:05 -0400
committerPaul Gilbert2016-08-17 22:15:05 -0400
commitbf5835b0dcd8134a82221804be0eb6c415adeeb5 (patch)
tree5c20cb3f28fc1b4c68f1138aa3969028366bb34b /engines/titanic/game/cell_point_button.h
parent41dab514e1f7dc4bbf9ff9bab21c5dc5cad7812f (diff)
downloadscummvm-rg350-bf5835b0dcd8134a82221804be0eb6c415adeeb5.tar.gz
scummvm-rg350-bf5835b0dcd8134a82221804be0eb6c415adeeb5.tar.bz2
scummvm-rg350-bf5835b0dcd8134a82221804be0eb6c415adeeb5.zip
TITANIC: Implementing game logic classes
Diffstat (limited to 'engines/titanic/game/cell_point_button.h')
-rw-r--r--engines/titanic/game/cell_point_button.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/game/cell_point_button.h b/engines/titanic/game/cell_point_button.h
index 6f1fdc3809..33f58cbb83 100644
--- a/engines/titanic/game/cell_point_button.h
+++ b/engines/titanic/game/cell_point_button.h
@@ -28,12 +28,15 @@
namespace Titanic {
class CCellPointButton : public CBackground {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
public:
int _fieldE0;
int _fieldE4;
int _fieldE8;
int _fieldEC;
- int _fieldF0;
+ int _regionNum;
int _fieldF4;
int _fieldF8;
int _fieldFC;
@@ -41,7 +44,7 @@ public:
int _field104;
int _field108;
CString _string3;
- int _field118;
+ int _dialNum;
public:
CLASSDEF;
CCellPointButton();