21#ifndef ASSET_MANAGER_H
22#define ASSET_MANAGER_H
30#ifndef DOXYGEN_SHOULD_SKIP_THIS
84 std::vector<Path> m_searchdirs;
87#ifndef DOXYGEN_SHOULD_SKIP_THIS
An asset manager.
Definition: AssetManager.h:44
Path getAbsolutePath(const Path &relativePath) const
Search a file in the search directories.
Path getRelativePath(const Path &absolutePath) const
Search a file in the search directories.
void addSearchDir(Path path)
Add a search directory.
std::filesystem::path Path
A path in the filesystem.
Definition: Path.h:40
The namespace for gf classes.