mirror of
https://github.com/HarbourMasters/Starship
synced 2026-09-06 03:38:16 -04:00
Added IOS Support
This commit is contained in:
committed by
Sonic Dreamcaster
parent
f71ebdca82
commit
dc9e25847d
+4
-1
@@ -31,7 +31,10 @@ void push_frame() {
|
||||
#ifdef _WIN32
|
||||
int SDL_main(int argc, char **argv) {
|
||||
#else
|
||||
int main(){
|
||||
#if defined(__cplusplus) && defined(PLATFORM_IOS)
|
||||
extern "C"
|
||||
#endif
|
||||
int main(int argc, char *argv[]) {
|
||||
#endif
|
||||
GameEngine::Create();
|
||||
Main_SetVIMode();
|
||||
|
||||
Reference in New Issue
Block a user