#include <vrj/Sound/SoundManagerFactory.h>
Static Public Member Functions | |
| static SoundManager & | get () |
Definition at line 47 of file SoundManagerFactory.h.
| SoundManager & vrj::SoundManagerFactory::get | ( | ) | [static] |
Definition at line 41 of file SoundManagerFactory.cpp.
Referenced by vrj::App::getSoundManager().
00042 { 00043 static vrj::SoundManagerSonix temp; 00044 return temp; 00045 }
1.5.1