Initial Lime support on Android using SDL2, need to handle assets next

This commit is contained in:
Joshua Granick
2014-12-08 17:42:18 -08:00
parent 5a85280115
commit 3687aa18c0
10 changed files with 1517 additions and 1816 deletions

View File

@@ -353,3 +353,8 @@ namespace lime {
}
#ifdef ANDROID
int SDL_main (int argc, char *argv[]) { return 0; }
#endif