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
1 changed files with 5 additions and 0 deletions

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