ClanSoft logo
ClanSoft logo

    CL_ResourceManager::get_all_resources

Syntax

virtual std::list<std::string> *get_all_resources();

Return value

The list of resources available. You'll have to delete all strings in the returned list manually (including the list-instance itself).

Description

Returns a list of all resources available. Primarily used by the ClanCompiler to build datafiles from resources.


Back to index



This page was built using the Perceps documentation system.