Searched refs:IsInitialized (Results 1 – 5 of 5) sorted by relevance
49 bool IsInitialized() { return m_IsInitialized != 0; } in IsInitialized() function
376 static bool IsInitialized();
281 bool SoundSystem::IsInitialized() in IsInitialized() function in nw::snd::SoundSystem
133 NW_ASSERTMSG( HardwareManager::GetInstance().IsInitialized(), in CreateImpl()
116 NW_ASSERT( SoundSystem::IsInitialized() ); in Initialize()117 if ( ! SoundSystem::IsInitialized() ) in Initialize()