(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any

This commit is contained in:
rubidium
2011-12-10 15:14:11 +00:00
parent 58423b26d1
commit 420d358fef
6 changed files with 53 additions and 6 deletions

View File

@@ -23,5 +23,6 @@ enum WarningLevel {
};
void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, WarningLevel wl, int x = 0, int y = 0, uint textref_stack_size = 0, const uint32 *textref_stack = NULL);
void ClearErrorMessages();
#endif /* ERROR_H */