mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Update isleapp.cpp (clang-formated)
This commit is contained in:
parent
7b61a5b989
commit
3b9ca55bb9
@ -295,9 +295,10 @@ void IsleApp::SetupVideoFlags(
|
||||
}
|
||||
// i will figure out how to get this working :/
|
||||
#ifdef __WUT__
|
||||
int main(int argc, char** argv) {
|
||||
void* appstate = NULL;
|
||||
return SDL_AppInit(&appstate, argc, argv);
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
void* appstate = NULL;
|
||||
return SDL_AppInit(&appstate, argc, argv);
|
||||
}
|
||||
#endif
|
||||
SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user