DRAFT |
SDL_Quit
Use this function to clean up all initialized subsystems and unload the dynamically linked library. You should call it upon all exit conditions.
Contents
Syntax
void SDL_Quit(void)
Code Examples
You can add your code example here
Remarks
You can add useful comments here
