(svn r15175) -Feature: Add the option to select the AIs to start in a new game and configure them via the gui.

This commit is contained in:
Yexo
2009-01-20 16:49:10 +00:00
parent 8d3f0dee85
commit 593f380462
12 changed files with 581 additions and 36 deletions

View File

@@ -6,5 +6,6 @@
#define AI_GUI_HPP
void ShowAIDebugWindow();
void ShowAIConfigWindow();
#endif /* AI_GUI_HPP */