mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
10 lines
No EOL
169 B
C++
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
|