SDL_QuitSubSystem - Man Page
Shut down a subsystem
Synopsis
#include "SDL.h"
void SDL_QuitSubSystem(Uint32 flags);
Description
SDL_QuitSubSystem allows you to shut down a subsystem that has been previously initialized by SDL_Init or SDL_InitSubSystem. The flags tells SDL_QuitSubSystem which subsystems to shut down, it uses the same values that are passed to SDL_Init.
See Also
Referenced By
Tue 11 Sep 2001, 23:00 SDL API Reference