Minor change so that OpenGL ES 1.x can be used for BlackBerry
[freeglut] / src / blackberry / fg_main_blackberry.h
index 8febf36..4ccbc3d 100644 (file)
@@ -29,9 +29,9 @@
 #include <GL/freeglut.h>
 #include "fg_internal.h"
 
-/*extern void fgPlatformProcessSingleEvent(void);
-extern unsigned long fgPlatformSystemTime(void);
-extern void fgPlatformSleepForEvents(long msec);
-extern void fgPlatformMainLoopPreliminaryWork(void);*/
+extern void fgPlatformProcessSingleEvent(void);
+extern uint64_t fgPlatformSystemTime(void);
+extern void fgPlatformSleepForEvents(uint64_t msec);
+extern void fgPlatformMainLoopPreliminaryWork(void);
 
 #endif