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 3589bb5 commit 399a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
}
#endif

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

0 comments on commit 399a718

Please sign in to comment.