class ResourceCatalog
Defined in:
Represents a storage repository from which resources can be loaded.
C4Resources.h
Definition
class ResourceCatalog
Constructor
ResourceCatalog(const char *root);
Parameters
root |
The path to the root of the directory tree. |
Description
See Also