mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Move Error, Campaign and Ride Demolition windows
This commit is contained in:
@@ -1005,6 +1005,12 @@ extern "C"
|
||||
return windowManager->OpenDetails(type, id);
|
||||
}
|
||||
|
||||
rct_window * context_show_error(rct_string_id title, rct_string_id message)
|
||||
{
|
||||
auto windowManager = GetContext()->GetUiContext()->GetWindowManager();
|
||||
return windowManager->ShowError(title, message);
|
||||
}
|
||||
|
||||
void context_input_handle_keyboard(bool isTitle)
|
||||
{
|
||||
auto windowManager = GetContext()->GetUiContext()->GetWindowManager();
|
||||
|
||||
Reference in New Issue
Block a user