aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index ead4a56492..eb579d44a4 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -26,6 +26,8 @@
#ifndef GOB_GAME_H
#define GOB_GAME_H
+#include "gob/util.h"
+
namespace Gob {
class Script;
@@ -103,7 +105,7 @@ public:
char _totToLoad[20];
int32 _startTimeKey;
- int16 _mouseButtons;
+ MouseButtons _mouseButtons;
bool _noScroll;
bool _preventScroll;
@@ -122,7 +124,7 @@ public:
void evaluateScroll(int16 x, int16 y);
int16 checkKeys(int16 *pMousex = 0, int16 *pMouseY = 0,
- int16 *pButtons = 0, char handleMouse = 0);
+ MouseButtons *pButtons = 0, char handleMouse = 0);
void start(void);
virtual void totSub(int8 flags, const char *newTotFile);