mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Implement strings for GameAction errors
This commit is contained in:
@@ -30,6 +30,10 @@ namespace OpenRCT2::Ui
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
rct_window* ShowError(const std::string_view& /*title*/, const std::string_view& /*message*/) override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
rct_window* OpenIntent(Intent* /*intent*/) override
|
||||
{
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user