Can use input devices from x11 (serial input... unlikely to ever be used, but you...
[freeglut] / src / blackberry / fg_main_blackberry.h
index 8febf36..769e23d 100644 (file)
@@ -29,9 +29,8 @@
 #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 void fgPlatformSleepForEvents(uint64_t msec);
+extern void fgPlatformMainLoopPreliminaryWork(void);
 
 #endif