예제 #1
0
void SoundPlayer::play(SoundEffect::ID effect)
{
	play(effect, getListenerPosition());
}
예제 #2
0
파일: soundplayer.cpp 프로젝트: Lo-X/lands
void SoundPlayer::play(Sounds::ID sound)
{
    play(sound, getListenerPosition());
}