aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/Utils/StandardDirectories.hpp
blob: 4f7e5e25f762550cee3b455c3951bb5cb0516c15 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <filesystem>

namespace StandardDirectories {

const std::filesystem::path& UserData();
const std::filesystem::path& UserConfig();

} // namespace StandardDirectories