sound               9 include/sound.h extern void play_sound(unsigned sound);
sound             291 platform/generic/wrappers.c void play_sound(unsigned sound)
sound             302 platform/generic/wrappers.c     if(sound >= sizeof(sounds)/sizeof(sounds[0]))
sound             305 platform/generic/wrappers.c     _PT_PlaySound(sounds[sound], 0, 0);