iw6-mod/src/common/utils/properties.hpp
2024-12-18 12:39:55 +01:00

8 lines
111 B
C++

#pragma once
#include <filesystem>
namespace utils::properties
{
std::filesystem::path get_appdata_path();
}