mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
Update isleapp.cpp (clang-formated)
This commit is contained in:
parent
7b61a5b989
commit
3b9ca55bb9
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user