aboutsummaryrefslogtreecommitdiff
path: root/queen/display.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-20 20:12:59 +0000
committerGregory Montoir2003-10-20 20:12:59 +0000
commitff5fde47ea11fb03007fc3a1f597d3202d5cd25e (patch)
treec3c4dbfac3c6f7965fdceef255712f2442c19c58 /queen/display.h
parent89a9a35a0ba7dde96d858da8b9f4f64794aedb58 (diff)
downloadscummvm-rg350-ff5fde47ea11fb03007fc3a1f597d3202d5cd25e.tar.gz
scummvm-rg350-ff5fde47ea11fb03007fc3a1f597d3202d5cd25e.tar.bz2
scummvm-rg350-ff5fde47ea11fb03007fc3a1f597d3202d5cd25e.zip
scrolling timing (copy/paste from SkyEngine)
svn-id: r10919
Diffstat (limited to 'queen/display.h')
-rw-r--r--queen/display.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/queen/display.h b/queen/display.h
index df668cd4be..608133d861 100644
--- a/queen/display.h
+++ b/queen/display.h
@@ -100,6 +100,9 @@ public:
bool fullscreen() const { return _fullscreen; }
+ void handleTimer();
+ void waitForTimer();
+
private:
@@ -137,6 +140,8 @@ private:
Common::RandomSource _randomizer;
+ bool _gotTick;
+
Dynalum _dynalum;
OSystem *_system;