void VideoDriver_SDL::Stop() { SdlClose(SDL_INIT_VIDEO); }
void SoundDriver_SDL::Stop() { SDL_CALL SDL_CloseAudio(); SdlClose(SDL_INIT_AUDIO); }