aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.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/queen.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/queen.h')
-rw-r--r--queen/queen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/queen/queen.h b/queen/queen.h
index 51fc6fe2e2..71231fff76 100644
--- a/queen/queen.h
+++ b/queen/queen.h
@@ -74,7 +74,8 @@ protected:
void initialise();
- static int CDECL game_thread_proc(void *param);
+ static void timerHandler(void *ptr);
+ void gotTimerTick();
};
// XXX: Temporary hack to allow Graphics to call delay()