class ResourceMgr
Defined in:
Represents a storage repository from which resources can be loaded.
C4Resources.h
Definition
class ResourceMgr : public Manager<ResourceMgr>
Description
The ResourceMgr
class encapsulates the resource loading functionality of the engine. The single instance of the Resource Manager is constructed during an application's initialization and destroyed at termination.The Resource Manager's member functions are accessed through the global pointer
TheResourceMgr
.
See Also