1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Upgrade platform_get_locale_currency()

This commit is contained in:
Gymnasiast
2022-01-08 12:24:57 +01:00
parent 12034b2d36
commit 3f22b60f94
12 changed files with 60 additions and 60 deletions

View File

@@ -60,6 +60,11 @@ namespace Platform
{
return LANGUAGE_ENGLISH_UK;
}
CurrencyType GetLocaleCurrency()
{
return Platform::GetCurrencyValue(NULL);
}
} // namespace Platform
#endif