Skip to content

Commit

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

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

0 comments on commit 3589bb5

Please sign in to comment.