5 #ifndef __I_IRRKLANG_VIRTUAL_UNKNOWN_H_INCLUDED__
6 #define __I_IRRKLANG_VIRTUAL_UNKNOWN_H_INCLUDED__
32 virtual void grab() = 0;
38 virtual bool drop() = 0;
Reference counting base class for objects in the Irrlicht Engine similar to IRefCounted.
virtual bool drop()=0
Drops the object. Decrements the reference counter by one.
Everything in the irrKlang Sound Engine can be found in this namespace.
virtual void grab()=0
Grabs the object. Increments the reference counter by one.
virtual ~IVirtualRefCounted()
Destructor.