1
0
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:
Marijn van der Werf
2017-10-21 17:57:37 +02:00
parent ee6c3cfc56
commit 1e335308cc
10 changed files with 24 additions and 10 deletions

View File

@@ -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(); }
};