blob: da47d06a8757a6448d71e981f3e4b8860f52220f [file] [log] [blame]
/* Include the SDL main definition header */
#include "SDL_main.h"
#ifdef main
#undef main
int main(int argc, char *argv[])
{
return(SDL_main(argc, argv));
}
#else
/* Nothing to do on this platform */
#endif