5namespace pixelbullet::platform
7std::filesystem::path GetDefaultAppDataRoot();
8std::filesystem::path GetDefaultLogRoot();
9std::filesystem::path BuildApplicationSettingsRoot(
const std::filesystem::path& binary_path,
const std::filesystem::path& app_data_root);
10std::filesystem::path GetDefaultApplicationSettingsRoot(
const std::filesystem::path& binary_path);