Fix the main function
In Windows environments, it seems that the format of the main function is determined separately, and if the second argument is const, the format differs, so SDL-related libraries cannot be linked. The function definition needs to be changed. However, since it will affect if it can be compiled on Mac/Linux, I think it is better to branch with a directive.
Line 332 of main.cpp, change it to “int main(int argc, char * argv[]) {”.
Reference:
https://www.glamenv-septzen.net/view/584