Home
last modified time | relevance | path

Searched refs:IsInitialized (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_HardwareManager.h49 bool IsInitialized() { return m_IsInitialized != 0; } in IsInitialized() function
Dsnd_SoundSystem.h383 static bool IsInitialized();
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundSystem.cpp281 bool SoundSystem::IsInitialized() in IsInitialized() function in nw::snd::SoundSystem
Dsnd_SoundThread.cpp133 NW_ASSERTMSG( HardwareManager::GetInstance().IsInitialized(), in PrepareForCreate()
Dsnd_SoundArchivePlayer.cpp125 NW_ASSERT( SoundSystem::IsInitialized() ); in Initialize()
126 if ( ! SoundSystem::IsInitialized() ) in Initialize()