Final commit before implementing main loop. All other code is implemented to the...
[freeglut] / src / blackberry / fg_main_blackberry.h
index 8febf36..d64a146 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 fgPlatformProcessSingleEvent(void);
+extern uint64_t fgPlatformSystemTime(void);
 extern void fgPlatformSleepForEvents(long msec);
-extern void fgPlatformMainLoopPreliminaryWork(void);*/
+extern void fgPlatformMainLoopPreliminaryWork(void);
 
 #endif