daedalus/Source/Utility/Paths.h

10 lines
No EOL
169 B
C++

#ifndef UTILITY_PATHS_H
#define UTILITY_PATHS_H
#include <filesystem>
std::filesystem::path setBasePath(const std::filesystem::path& path);
#endif //UTILITY_PATHS_H