mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
Move map tooltip to ui module
This commit is contained in:
@@ -27,6 +27,7 @@ namespace OpenRCT2 { namespace Ui
|
||||
rct_window * ShowError(rct_string_id title, rct_string_id message) override { return nullptr; }
|
||||
rct_window * OpenIntent(Intent * intent) override { return nullptr; };
|
||||
void BroadcastIntent(Intent * intent) override { }
|
||||
void UpdateMapTooltip() override { }
|
||||
void HandleKeyboard(bool isTitle) override { }
|
||||
std::string GetKeyboardShortcutString(sint32 shortcut) override { return std::string(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user