Home
last modified time | relevance | path

Searched refs:detail_FreeAmbientArg (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DManager.h458 virtual void detail_FreeAmbientArg(
Dsnd_BasicSound.h489 virtual void detail_FreeAmbientArg(
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DManager.cpp271 void Sound3DManager::detail_FreeAmbientArg( void* arg, const internal::BasicSound* sound ) in detail_FreeAmbientArg() function in nw::snd::Sound3DManager
Dsnd_BasicSound.cpp203 m_AmbientInfo.argAllocatorCallback->detail_FreeAmbientArg( m_AmbientInfo.arg, this ); in Finalize()