This commit is contained in:
Lyelye150 2025-10-21 22:57:18 -04:00
parent f8bb77812b
commit 12a524179f

View File

@ -294,11 +294,12 @@ void IsleApp::SetupVideoFlags(
} }
} }
#ifdef __WUT__
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
return 0; return 0;
} }
#endif
SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv) SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv)
{ {