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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 17a7192e81..f509e0d6a0 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -139,6 +139,8 @@ public:
void freeSoundSlot(int16 slot);
+ void evaluateScroll(int16 x, int16 y);
+
int16 checkKeys(int16 *pMousex, int16 *pMouseY, int16 *pButtons, char handleMouse);
void start(void);
void totSub(int8 flags, const char *newTotFile);