NW4F Snd
Loading...
Searching...
No Matches
nw::snd::internal::BasicSound::AmbientArgAllocatorCallback Class Referenceabstract

#include <snd_BasicSound.h>

Public Member Functions

virtual ~AmbientArgAllocatorCallback ()
virtual void * detail_AllocAmbientArg (size_t argSize)=0
virtual void detail_FreeAmbientArg (void *arg, const internal::BasicSound *sound)=0

Constructor & Destructor Documentation

◆ ~AmbientArgAllocatorCallback()

virtual nw::snd::internal::BasicSound::AmbientArgAllocatorCallback::~AmbientArgAllocatorCallback ( )
inlinevirtual

Member Function Documentation

◆ detail_AllocAmbientArg()

virtual void * nw::snd::internal::BasicSound::AmbientArgAllocatorCallback::detail_AllocAmbientArg ( size_t argSize)
pure virtual

◆ detail_FreeAmbientArg()

virtual void nw::snd::internal::BasicSound::AmbientArgAllocatorCallback::detail_FreeAmbientArg ( void * arg,
const internal::BasicSound * sound )
pure virtual