Description
Class members
CL_ResourceType(CL_String type_id)
virtual ~CL_ResourceType()
virtual CL_String get_typeid()
virtual CL_Resource *try_create_from_file(
CL_String name,
CL_String prefix,
CL_String res_id,
CL_ResourceOptions *options,
CL_ResourceManager *parent)
virtual CL_Resource *try_create_from_datafile(
CL_String name,
CL_String prefix,
CL_String res_id,
CL_ResourceOptions *options,
CL_ResourceManager *parent)
static CL_List<CL_ResourceType> resource_types
See Also
None
Back to index
|