Update isleapp.cpp (little test)

This commit is contained in:
Lyelye150 2025-10-18 22:46:08 -04:00 committed by GitHub
parent 301c092689
commit 6370542b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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