introduces ios support? still needs metal

This commit is contained in:
2025-06-29 01:21:55 +03:00
parent af4f0c3cad
commit cdeaac7c0c
79 changed files with 2176 additions and 1349 deletions

View File

@@ -54,7 +54,7 @@ void IEngine_Signal(int sig)
break;
};
IEngine::Shutdown();
_exit(0);
Plat_Exit(0);
};
//-----------------------------------------------------------------------------
@@ -88,8 +88,14 @@ void IEngine::Init()
IVideo::Init();
IInput::Init();
IInput::SetMouseMode(MOUSE_MODE_GAME);
}
IServer::LoadGame("funnygame");
IConsole::AddCommand("exec default.cfg;");
IConsole::Execute();
};
//-----------------------------------------------------------------------------