Initial Lime support on Android using SDL2, need to handle assets next
This commit is contained in:
@@ -353,3 +353,8 @@ namespace lime {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#ifdef ANDROID
|
||||
int SDL_main (int argc, char *argv[]) { return 0; }
|
||||
#endif
|
||||
Reference in New Issue
Block a user