Exemplo n.º 1
0
void Sound_shutdown(void) {
  Audio_Quit();
}
Exemplo n.º 2
0
void Sound_shutdown(void) {
	Audio_UnloadPlayers();
	Audio_Quit();
}