X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_main_android.h;h=0f1f2bac4cf62cf5f2bd1028cdc226069e38bc4f;hb=9710ac125b3a9ff545ee6cd08fa1881e921c2404;hp=7a009866b9df973cd3f764ee4abf953e1b094bd8;hpb=cb1e59cf5e6ac8034ae91abfd320874004a44c88;p=freeglut diff --git a/src/android/fg_main_android.h b/src/android/fg_main_android.h index 7a00986..0f1f2ba 100644 --- a/src/android/fg_main_android.h +++ b/src/android/fg_main_android.h @@ -26,12 +26,14 @@ #ifndef __FG_MAIN_ANDROID_H__ #define __FG_MAIN_ANDROID_H__ +#include +#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