![]() -> Click here to learn how to get live help <- |
SDL_QuitIndexNAMESDL_Quit- Shut down SDLSYNOPSISfB#include "SDL&.h" fBvoid fBSDL_QuitfPfR(fBvoidfR); DESCRIPTIONfBSDL_QuitfP shuts down all SDL subsystems and frees the resources allocated to them&. This should always be called before you exit&. For the sake of simplicity you can set fBSDL_QuitfP as your fBatexitfP call, like:
f(CWSDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO); atexit(SDL_Quit); &. &.fR
SEE ALSOfIfBSDL_QuitSubsystemfPfR, fIfBSDL_InitfPfR
Index |