mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-20 06:01:16 +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 :/
|
// 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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user