示例#1
0
void Sound_shutdown(void) {
  Audio_Quit();
}
示例#2
0
void Sound_shutdown(void) {
	Audio_UnloadPlayers();
	Audio_Quit();
}