7 #include "cAudioMemory.h" Applies reference counting to certain cAudio objects.
virtual void grab()
Increments the reference count by one.
virtual bool drop()
Decrements the reference count by one. If it hits zero, this object is deleted.
int getReferenceCount() const
Returns the current reference count of this object.
Main namespace for the entire cAudio library.