Example #1
0
/**
 * Shut everything down.
 */
void DS_Shutdown(void)
{
    DMFmod_Music_Shutdown();
    DMFmod_CDAudio_Shutdown();

    DSFMOD_TRACE("DS_Shutdown.");
    fmodSystem->release();
    fmodSystem = 0;
}
Example #2
0
void DM_CDAudio_Shutdown()
{
    DMFmod_CDAudio_Shutdown();
}