Ejemplo n.º 1
0
void SoundPlayer::play(SoundEffect::ID effect)
{
	play(effect, getListenerPosition());
}
Ejemplo n.º 2
0
void SoundPlayer::play(Sounds::ID sound)
{
    play(sound, getListenerPosition());
}