From e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 29 May 2003 22:34:35 +0000 Subject: more OSystem docs & cleanup svn-id: r8118 --- common/timer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/timer.h') diff --git a/common/timer.h b/common/timer.h index 4a69247bfa..0ed416679d 100644 --- a/common/timer.h +++ b/common/timer.h @@ -52,11 +52,14 @@ public: Timer(Engine *engine); ~Timer(); - int handler(int *t); bool init(); void release(); bool installProcedure(TimerProc procedure, int32 interval); void releaseProcedure(TimerProc procedure); + +protected: + static int timer_handler(int t); + int handler(int t); }; #endif -- cgit v1.2.3