Exemple #1
0
void I_ShutdownSound(void)
{
    DMX_DeInit();
    I_ShutdownTimer();
}
Exemple #2
0
void sound_uninit()
{
  DMX_DeInit();  
}