Shuts down SDL.
SDL_Quit shuts down all SDL subsystems and frees the resources allocated to them. This should always be called before you exit.
Binds to C-function call in SDL.h:
extern DECLSPEC void SDLCALL SDL_Quit(void)
Sdl Class | Tao.Sdl Namespace | SDL_Init | SDL_QuitSubSystem