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:
@@ -718,4 +718,9 @@ extern "C"
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
bool platform_place_string_on_clipboard(utf8* target)
|
||||
{
|
||||
return GetContext()->GetUiContext()->SetClipboardText(target);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user