From ff5fde47ea11fb03007fc3a1f597d3202d5cd25e Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Mon, 20 Oct 2003 20:12:59 +0000 Subject: scrolling timing (copy/paste from SkyEngine) svn-id: r10919 --- queen/display.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'queen/display.h') 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; -- cgit v1.2.3