Go to the source code of this file.
Functions | |
C_LINKAGE int | SDL_main (int argc, char *argv[]) |
DECLSPEC void | SDL_SetMainReady (void) |
Redefine main() on some platforms so that it is called by SDL.
The application's main() function must be called with C linkage, and should be declared like this:
The prototype for the application's main() function