Adapted games to compile for Android

This commit is contained in:
Ray
2017-10-22 11:48:41 +02:00
parent 3f9d76f227
commit a483e17f50
15 changed files with 2380 additions and 909 deletions

View File

@ -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