21 #ifndef ASSET_MANAGER_H    22 #define ASSET_MANAGER_H    30 #ifndef DOXYGEN_SHOULD_SKIP_THIS    71     std::vector<Path> m_searchdirs;
    74 #ifndef DOXYGEN_SHOULD_SKIP_THIS void addSearchDir(Path path)
Add a search directory. 
 
An asset manager. 
Definition: AssetManager.h:44
 
The namespace for gf classes. 
Definition: Action.h:34
 
#define GF_API
Definition: Portability.h:35
 
Path getAbsolutePath(const Path &relativePath) const
Search a file in the search directories.