GL Studio C++ Runtime API
|
#include <gls_resource_file_mgr.h>
Public Member Functions | |
virtual void | AddRef ()=0 |
Increment the ResourceRef reference count. | |
virtual void | Release ()=0 |
Should be called to release this ResourceRef when it is longer needed. | |
virtual const char * | GetName ()=0 |
Lightweight reference to a resource
|
pure virtual |