Feature: Make news and errors close hotkeys configurable

This commit is contained in:
dP
2020-07-05 21:18:35 +03:00
committed by Michael Lutz
parent 8f3d1ec970
commit 0110fa12da
5 changed files with 40 additions and 18 deletions

View File

@@ -55,6 +55,8 @@ public:
void ScheduleErrorMessage(const ErrorMessageData &data);
void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, WarningLevel wl, int x = 0, int y = 0, const GRFFile *textref_stack_grffile = nullptr, uint textref_stack_size = 0, const uint32 *textref_stack = nullptr);
bool HideActiveErrorMessage();
void ClearErrorMessages();
void ShowFirstError();
void UnshowCriticalError();