1SDL_QuitSubSystem(3) SDL API Reference SDL_QuitSubSystem(3)
2
3
4
6 SDL_QuitSubSystem - Shut down a subsystem
7
9 #include "SDL.h"
10
11 void SDL_QuitSubSystem(Uint32 flags);
12
14 SDL_QuitSubSystem allows you to shut down a subsystem that has been
15 previously initialized by SDL_Init or SDL_InitSubSystem. The flags
16 tells SDL_QuitSubSystem which subsystems to shut down, it uses the same
17 values that are passed to SDL_Init.
18
20 SDL_Quit, SDL_Init, SDL_InitSubSystem
21
22
23
24SDL Tue 11 Sep 2001, 23:00 SDL_QuitSubSystem(3)