use SDL2main

This commit is contained in:
tildearrow 2023-01-14 14:57:03 -05:00
parent b644de1c1f
commit f69917010a
2 changed files with 3 additions and 4 deletions

View file

@ -613,7 +613,3 @@ int main(int argc, char** argv) {
#endif
return 0;
}
#ifdef _WIN32
#include "winMain.cpp"
#endif