(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs crashed and show a message that the user should report the crash.

This commit is contained in:
yexo
2009-03-14 01:32:04 +00:00
parent 0ca92a47a2
commit 2e6e2457f1
4 changed files with 20 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
#ifndef AI_GUI_HPP
#define AI_GUI_HPP
void ShowAIDebugWindow();
void ShowAIDebugWindow(CompanyID show_company = INVALID_COMPANY);
void ShowAIConfigWindow();
#endif /* AI_GUI_HPP */