/** * Shut everything down. */ void DS_Shutdown(void) { DMFmod_Music_Shutdown(); DMFmod_CDAudio_Shutdown(); DSFMOD_TRACE("DS_Shutdown."); fmodSystem->release(); fmodSystem = 0; }
void DM_Music_Shutdown(void) { DMFmod_Music_Shutdown(); }