One more thing -
It seems that the changes I made to change main to WinMain are uncecssary as SDL on windows comes with a library "sdlmain.lib" which if you like with it contains a WinMain which calls the standard main function.
That's better for portability
|