ClanSoft logo
ClanSoft logo

    CL_ResourceManager::create

Syntax

static CL_ResourceManager *create(
         const char *config_file,
        CL_InputSourceProvider *provider = NULL,
        bool read_directly_from_source=false,
        bool delete_inputsource_provider=false);

Parameters

config_file-the name of the file in which the resources are defined
provider-the optional inputprovider in which, the resource file is stored
read_directly_from_source-if true, any resources are loaded directly from their source, meaning that any datafile-directive is ignored.

Description

Resource Manager constructor.


Back to index



This page was built using the Perceps documentation system.