Home
last modified time | relevance | path

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

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