[Scummvm-cvs-logs] CVS: scummvm/common timer.h,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Sun Aug 22 06:31:38 CEST 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23715/common

Modified Files:
	timer.h 
Log Message:
cleanup of TimerProc mess

Index: timer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/timer.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- timer.h	23 May 2004 19:16:35 -0000	1.17
+++ timer.h	22 Aug 2004 13:27:33 -0000	1.18
@@ -26,13 +26,14 @@
 
 #define MAX_TIMERS 2
 
-typedef void (*TimerProc)(void *refCon);
 
 #ifdef __MORPHOS__
 #include "morphos_timer.h"
 #else
 
 class Timer {
+public:
+	typedef void (*TimerProc)(void *refCon);
 
 private:
 	OSystem *_system;





More information about the Scummvm-git-logs mailing list