diff options
Diffstat (limited to 'games/koala_seasons/koala_seasons.c')
| -rw-r--r-- | games/koala_seasons/koala_seasons.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/koala_seasons/koala_seasons.c b/games/koala_seasons/koala_seasons.c index 47311ca0..770cf3de 100644 --- a/games/koala_seasons/koala_seasons.c +++ b/games/koala_seasons/koala_seasons.c @@ -15,6 +15,10 @@ #include "raylib.h" #include "screens/screens.h" // NOTE: Defines currentScreen +#if defined(PLATFORM_ANDROID) + #include "android_native_app_glue.h" +#endif + #if defined(PLATFORM_WEB) #include <emscripten/emscripten.h> #endif |
