DECLSPEC int SDLCALL SDL_UIKitRunApp(int argc, char *argv[], SDL_main_func mainFunction)
Initializes and launches an SDL application.
DECLSPEC int SDLCALL SDL_WinRTRunApp(SDL_main_func mainFunction, void *reserved)
Initializes and launches an SDL/WinRT application.
int(* SDL_main_func)(int argc, char *argv[])
SDLMAIN_DECLSPEC int SDL_main(int argc, char *argv[])
DECLSPEC void SDLCALL SDL_SetMainReady(void)
DECLSPEC void SDLCALL SDL_UnregisterApp(void)
DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst)