C4 Engine
C4 Engine API Documentation

class ResourceMgr

Defined in:  C4Resources.h
Represents a storage repository from which resources can be loaded.
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

Resource

ResourceCatalog