aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
diff options
context:
space:
mode:
authorSven Hesse2007-02-06 14:42:05 +0000
committerSven Hesse2007-02-06 14:42:05 +0000
commitd706d8e4c0fdcda0c3644fe8e8d266031b22c67a (patch)
treecc40969b7c77e2c4b36b304b65c79f1a06edc971 /engines/gob/util.h
parent56ff44633f1d7a153cd1db39da85be4bffd948d7 (diff)
downloadscummvm-rg350-d706d8e4c0fdcda0c3644fe8e8d266031b22c67a.tar.gz
scummvm-rg350-d706d8e4c0fdcda0c3644fe8e8d266031b22c67a.tar.bz2
scummvm-rg350-d706d8e4c0fdcda0c3644fe8e8d266031b22c67a.zip
Implemented vertical scrolling
svn-id: r25401
Diffstat (limited to 'engines/gob/util.h')
-rw-r--r--engines/gob/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/util.h b/engines/gob/util.h
index 8f4d6867c6..de9e6224b9 100644
--- a/engines/gob/util.h
+++ b/engines/gob/util.h
@@ -84,7 +84,7 @@ public:
static void prepareStr(char *str);
void waitMouseRelease(char drawMouse);
void forceMouseUp(void);
- void setScrollOffset(int16 scrollOffset);
+ void setScrollOffset(int16 x = -1, int16 y = -1);
static const char trStr1[];
static const char trStr2[];