Skip to content
supermaximo93 edited this page Sep 18, 2011 · 1 revision

C declaration
void quitSDL( void );

Pascal declaration
procedure quitSDL;


Parameters
N/A


Description
Shuts down all SDL subsystems. If an SDL window has been created, then the window is destroyed.

Clone this wiki locally