#include <sgBase.h>
Public Member Functions | |
| sgBase () | |
| virtual void | destroy () |
Base class. Every class managed by the ressource manager is inherited from this one.
| sgBase::sgBase | ( | ) |
Constructor. Initializes a new instance.
| void sgBase::destroy | ( | ) | [virtual] |
Destroy. Destroys the instance.
Reimplemented in sgShader.
1.6.3