Added IOS Support

This commit is contained in:
KiritoDv
2024-04-19 03:21:56 -06:00
committed by Sonic Dreamcaster
parent f71ebdca82
commit dc9e25847d
4 changed files with 1189 additions and 37 deletions
+4 -1
View File
@@ -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();