Make hotkey to close news and errors configurable

This commit is contained in:
dP
2020-07-05 21:01:35 +03:00
parent 852eb93b08
commit df17bee2d6
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();