aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.h
diff options
context:
space:
mode:
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()