Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp66 m_pExtSoundPlayer = NULL; in Initialize()
199 if ( m_pExtSoundPlayer != NULL ) m_pExtSoundPlayer->RemoveSound( this ); in Finalize()
753 NW_ASSERT( m_pExtSoundPlayer == NULL ); in AttachExternalSoundPlayer()
755 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()
770 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()
773 m_pExtSoundPlayer = NULL; in DetachExternalSoundPlayer()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h413 ExternalSoundPlayer* m_pExtSoundPlayer; variable