X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_main_android.h;h=a0dfdfe8fbf7d0c4d086be1471b9f5bc0d6436ac;hb=207c3128bf025b5e025bace5c0425d380dd72aa9;hp=7a009866b9df973cd3f764ee4abf953e1b094bd8;hpb=cb1e59cf5e6ac8034ae91abfd320874004a44c88;p=freeglut diff --git a/src/android/fg_main_android.h b/src/android/fg_main_android.h index 7a00986..a0dfdfe 100644 --- a/src/android/fg_main_android.h +++ b/src/android/fg_main_android.h @@ -26,12 +26,12 @@ #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