21 #ifndef ASSET_MANAGER_H    22 #define ASSET_MANAGER_H    27 #include "Portability.h"    30 #ifndef DOXYGEN_SHOULD_SKIP_THIS    54     void addSearchDir(
Path path);
    68     Path getAbsolutePath(
const Path& relativePath) 
const;
    71     std::vector<Path> m_searchdirs;
    74 #ifndef DOXYGEN_SHOULD_SKIP_THIS    79 #endif // ASSET_MANAGER_H An asset manager. 
Definition: AssetManager.h:44
 
The namespace for gf classes. 
Definition: Action.h:34
 
boost::filesystem::path Path
A path in the filesystem. 
Definition: Path.h:41