Call Pause/Resume callbacks from Android
[freeglut] / src / android / fg_main_android.h
index 5900db2..0f1f2ba 100644 (file)
@@ -26,6 +26,9 @@
 #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);