diff options
Diffstat (limited to 'core/src/Utils/StandardDirectories.hpp')
-rw-r--r-- | core/src/Utils/StandardDirectories.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/Utils/StandardDirectories.hpp b/core/src/Utils/StandardDirectories.hpp new file mode 100644 index 0000000..4f7e5e2 --- /dev/null +++ b/core/src/Utils/StandardDirectories.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include <filesystem> + +namespace StandardDirectories { + +const std::filesystem::path& UserData(); +const std::filesystem::path& UserConfig(); + +} // namespace StandardDirectories |