mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Move map window
This commit is contained in:
committed by
Michał Janiszewski
parent
f98a240c5a
commit
8569a7fe2f
@@ -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(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user