mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-20 15:02:58 +00:00
UWP: Lose some old debug code
This commit is contained in:
parent
5759bab08a
commit
658e230a80
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ extern "C" int wmain(int, pchar**);
|
||||||
|
|
||||||
int bootstrap(int, char**)
|
int bootstrap(int, char**)
|
||||||
{
|
{
|
||||||
SDL_Init(SDL_INIT_VIDEO);
|
|
||||||
// That's it, run the main process
|
// That's it, run the main process
|
||||||
return wmain(0, 0);
|
return wmain(0, 0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue