Update isleapp.cpp (clang-formated)

This commit is contained in:
Lyelye150 2025-10-19 01:02:40 -04:00 committed by GitHub
parent 7b61a5b989
commit 3b9ca55bb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -295,9 +295,10 @@ void IsleApp::SetupVideoFlags(
} }
// i will figure out how to get this working :/ // i will figure out how to get this working :/
#ifdef __WUT__ #ifdef __WUT__
int main(int argc, char** argv) { int main(int argc, char** argv)
void* appstate = NULL; {
return SDL_AppInit(&appstate, argc, argv); void* appstate = NULL;
return SDL_AppInit(&appstate, argc, argv);
} }
#endif #endif
SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv) SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv)