1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Upgrade platform_get_locale_measurement_format()

This commit is contained in:
Gymnasiast
2022-01-10 12:38:26 +01:00
parent ef77f9c2c1
commit 95717573f5
11 changed files with 64 additions and 65 deletions

View File

@@ -65,6 +65,11 @@ namespace Platform
{
return Platform::GetCurrencyValue(NULL);
}
MeasurementFormat GetLocaleMeasurementFormat()
{
return MeasurementFormat::Metric;
}
} // namespace Platform
#endif