SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function
/* Include the SDL main definition header */#include "SDL_main.h"#ifdef main#undef mainint main(int argc, char *argv[]){ return(SDL_main(argc, argv));}#else/* Nothing to do on this platform */#endif