Home | All Classes | Grouped Classes | Index | Search

CL_ResourceManager::get_resources_of_type

Returns a list of all resources available matching a given type.

	std::list<std::string>* get_resources_of_type(
		const std::string& type_id);

Return value:

The list of resources available. You'll have to delete the list returned.

Detailed description:

Primarily used by the ClanCompiler to build datafiles from resources.

See also:

CL_ResourceManager



Questions or comments, write to the ClanLib mailing list.