#pragma section-numbers off #pragma disable-camelcase = SDL_VideoQuit = Use this function to shut down the video subsystem, if initialized with [[SDL_VideoInit]](). <> == Syntax == {{{#!highlight cpp void SDL_VideoQuit(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This function closes all windows, and restores the original video mode. == Related Functions == .[[SDL_VideoInit]] ---- [[CategoryAPI]], [[CategoryVideo]]