Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent 089e23d commit fa8f2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
return main(__argc, __argv);
}
#endif

/*
int SDL_main(int argc, const char* argv[]) {
return main(argc, argv);
}
*/

0 comments on commit fa8f2f0

Please sign in to comment.