Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_Sound3DManager.h456 virtual void detail_FreeAmbientArg(
Dsnd_BasicSound.h487 virtual void detail_FreeAmbientArg(
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Sound3DManager.cpp269 void Sound3DManager::detail_FreeAmbientArg( void* arg, const internal::BasicSound* sound ) in detail_FreeAmbientArg() function in nw::snd::Sound3DManager
Dsnd_BasicSound.cpp202 m_AmbientInfo.argAllocatorCallback->detail_FreeAmbientArg( m_AmbientInfo.arg, this ); in Finalize()