aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
authorSven Hesse2007-04-13 07:48:26 +0000
committerSven Hesse2007-04-13 07:48:26 +0000
commit7370c5aa1264b451766a1e5ed4d6257d3ee8b134 (patch)
treecd58774a9ab1b16f0974ac659d1ffc6bf9e1bda6 /engines/gob/game.h
parenta35e5a42be087fe6a736eacdc5444a7f584bb3d7 (diff)
downloadscummvm-rg350-7370c5aa1264b451766a1e5ed4d6257d3ee8b134.tar.gz
scummvm-rg350-7370c5aa1264b451766a1e5ed4d6257d3ee8b134.tar.bz2
scummvm-rg350-7370c5aa1264b451766a1e5ed4d6257d3ee8b134.zip
The scrolling now works without cursor jittering...
svn-id: r26458
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);