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,7 +295,8 @@ 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; void* appstate = NULL;
return SDL_AppInit(&appstate, argc, argv); return SDL_AppInit(&appstate, argc, argv);
} }