Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_ExternalSoundPlayer.h61 void RemoveSound( internal::BasicSound* sound );
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp184 void ExternalSoundPlayer::RemoveSound( internal::BasicSound* sound ) in RemoveSound() function in nw::snd::internal::ExternalSoundPlayer
Dsnd_BasicSound.cpp198 if ( m_pExtSoundPlayer != NULL ) m_pExtSoundPlayer->RemoveSound( this ); in Finalize()