Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp64 m_pExtSoundPlayer = NULL; in Initialize()
187 if ( m_pExtSoundPlayer != NULL ) m_pExtSoundPlayer->RemoveSound( this ); in Finalize()
735 NW_ASSERT( m_pExtSoundPlayer == NULL ); in AttachExternalSoundPlayer()
737 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()
752 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()
755 m_pExtSoundPlayer = NULL; in DetachExternalSoundPlayer()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h390 ExternalSoundPlayer* m_pExtSoundPlayer; variable