Home
last modified time | relevance | path

Searched refs:m_pExtSoundPlayer (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp64 m_pExtSoundPlayer = NULL; in Initialize()
198 if ( m_pExtSoundPlayer != NULL ) m_pExtSoundPlayer->RemoveSound( this ); in Finalize()
746 NW_ASSERT( m_pExtSoundPlayer == NULL ); in AttachExternalSoundPlayer()
748 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()
763 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()
766 m_pExtSoundPlayer = NULL; in DetachExternalSoundPlayer()
/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSound.h411 ExternalSoundPlayer* m_pExtSoundPlayer; variable