21 #ifndef ASSET_MANAGER_H 22 #define ASSET_MANAGER_H 30 #ifndef DOXYGEN_SHOULD_SKIP_THIS 54 void addSearchDir(
Path path);
68 Path getAbsolutePath(
const Path& relativePath)
const;
81 Path getRelativePath(
const Path& absolutePath)
const;
84 std::vector<Path> m_searchdirs;
87 #ifndef DOXYGEN_SHOULD_SKIP_THIS 92 #endif // ASSET_MANAGER_H An asset manager.
Definition: AssetManager.h:44
std::filesystem::path Path
A path in the filesystem.
Definition: Path.h:40
The namespace for gf classes.
Definition: Action.h:35