1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Upgrade platform_get_steam_dir()

This commit is contained in:
Gymnasiast
2022-01-10 13:28:23 +01:00
parent eb2b0c1537
commit 310ad1e400
11 changed files with 98 additions and 102 deletions

View File

@@ -70,6 +70,11 @@ namespace Platform
{
return MeasurementFormat::Metric;
}
std::string GetSteamPath()
{
return "";
}
} // namespace Platform
#endif