Go to the source code of this file.
Functions | |
SoundSource * | create_dummy_sound_source () |
SoundSource* create_dummy_sound_source | ( | ) |
Definition at line 75 of file dummy_sound_source.cpp.
Referenced by SoundManager::create_sound_source().
00076 { 00077 return new DummySoundSource(); 00078 }