Ejemplo n.º 1
0
/**
 * Shut everything down.
 */
void DS_Shutdown(void)
{
    DMFmod_Music_Shutdown();
    DMFmod_CDAudio_Shutdown();

    DSFMOD_TRACE("DS_Shutdown.");
    fmodSystem->release();
    fmodSystem = 0;
}
Ejemplo n.º 2
0
void DM_Music_Shutdown(void)
{
    DMFmod_Music_Shutdown();
}