Applied Christian's change to drop unnecessary dependency to X11 libraries we
[freeglut] / src / android / fg_main_android.h
index 7a00986..a0dfdfe 100644 (file)
 #ifndef __FG_MAIN_ANDROID_H__
 #define __FG_MAIN_ANDROID_H__
 
+#include <GL/freeglut.h>
+#include "fg_internal.h"
+
 extern void fgPlatformProcessSingleEvent(void);
-extern void fgPlatformReshapeWindow(SFG_Window *window, int width, int height);
-extern void fgPlatformDisplayWindow(SFG_Window *window);
 extern unsigned long fgPlatformSystemTime(void);
 extern void fgPlatformSleepForEvents(long msec);
 extern void fgPlatformMainLoopPreliminaryWork(void);
-extern void fgPlatformDeinitialiseInputDevices(void);
 
 #endif