class ResourceCatalog
Defined in: C4Resources.h
Represents a storage repository from which resources can be loaded.
Definition
class ResourceCatalog
Constructor
ResourceCatalog(const char *root);
The constructor has protected access. The ResourceCatalog class can only exist as a base class for another class.
Parameters
root |
The path to the root of the directory tree.
|
Description
See Also
Resource
|