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

Fix android build post 6110

This commit is contained in:
Richard Jenkins
2017-08-08 23:50:41 +01:00
committed by GitHub
parent 18791fa85b
commit 727d3270b4

View File

@@ -73,4 +73,9 @@ float platform_get_default_scale() {
return displayScale;
}
void platform_get_changelog_path(utf8 *outPath, size_t outSize)
{
STUB();
}
#endif