1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Merge pull request #5624 from rwjuk/objectwindow

Implement window displaying object load failures
This commit is contained in:
Ted John
2017-07-02 00:07:17 +01:00
committed by GitHub
31 changed files with 800 additions and 113 deletions

View File

@@ -718,4 +718,9 @@ extern "C"
return nullptr;
}
}
bool platform_place_string_on_clipboard(utf8* target)
{
return GetContext()->GetUiContext()->SetClipboardText(target);
}
}