Home | All Classes | Grouped Classes | Index | Search
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: