1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Move map window

This commit is contained in:
Marijn van der Werf
2017-10-06 23:03:48 +02:00
committed by Michał Janiszewski
parent f98a240c5a
commit 8569a7fe2f
15 changed files with 60 additions and 28 deletions

View File

@@ -26,6 +26,7 @@ namespace OpenRCT2 { namespace Ui
rct_window * OpenDetails(uint8 type, sint32 id) override { return nullptr; }
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 HandleKeyboard(bool isTitle) override { }
std::string GetKeyboardShortcutString(sint32 shortcut) override { return std::string(); }
};