Home
last modified time | relevance | path

Searched refs:detail_RemoveSound (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h414 void detail_RemoveSound( internal::BasicSound* pSound );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp352 void SoundPlayer::detail_RemoveSound( internal::BasicSound* pSound ) in detail_RemoveSound() function in nw::snd::SoundPlayer
Dsnd_BasicSound.cpp198 if ( m_pSoundPlayer != NULL ) m_pSoundPlayer->detail_RemoveSound( this ); in Finalize()