SDL_Init
Initialize the SDL library. This must be called before using most other SDL functions.
SDL_InitSubSystem
Initialize specific SDL subsystems.
SDL_Quit
Clean up all initialized subsystems. You should call it upon all exit conditions.
SDL_QuitSubSystem
Shut down specific SDL subsystems.
SDL_SetMainReady
Circumvent failure of SDL_Init() when not using SDL_main() as an entry point.
SDL_WasInit
Get a mask of the specified subsystems which have previously been initialized.
SDL_WinRTRunApp
Initialize and launch an SDL/WinRT application.