[Scummvm-cvs-logs] CVS: scummvm timer.h,1.3,1.4
Ruediger Hanke
tomjoad at users.sourceforge.net
Fri Aug 9 03:49:03 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/morphos morphos_timer.cpp,NONE,1.1 Makefile,1.9,1.10 morphos.cpp,1.21,1.22 morphos.h,1.12,1.13 morphos_start.cpp,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/morphos morphos_timer.h,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv28285
Modified Files:
timer.h
Log Message:
Switched MorphOS port to threaded timers
Index: timer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/timer.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- timer.h 8 Aug 2002 21:54:49 -0000 1.3
+++ timer.h 9 Aug 2002 10:48:47 -0000 1.4
@@ -25,6 +25,10 @@
#define MAX_TIMERS 3
+#ifdef __MORPHOS__
+#include "morphos/morphos_timer.h"
+#else
+
class OSystem;
class Timer {
@@ -58,5 +62,7 @@
bool installProcedure (int ((*procedure)(int)), int32 interval);
void releaseProcedure (int ((*procedure)(int)));
};
+
+#endif
#endif
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/morphos morphos_timer.cpp,NONE,1.1 Makefile,1.9,1.10 morphos.cpp,1.21,1.22 morphos.h,1.12,1.13 morphos_start.cpp,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/morphos morphos_timer.h,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list