Fix Android

This commit is contained in:
Milan Nikolic 2020-09-03 23:22:07 +02:00
parent 5c9b8d4089
commit 93578e2437
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
3 changed files with 5 additions and 2 deletions

View file

@ -549,7 +549,8 @@ static void *GamepadThread(void *arg); // Mouse reading thread
#if defined(PLATFORM_ANDROID)
// To allow easier porting to android, we allow the user to define a
// main function which we call from android_main, defined by ourselves
extern int main(int argc, char *argv[]);
//extern int main(int argc, char *argv[]);
extern void android_run();
void android_main(struct android_app *app)
{