summaryrefslogtreecommitdiff
path: root/src/ai/ai_gui.hpp
diff options
context:
space:
mode:
authorYexo <yexo@openttd.org>2009-01-20 16:49:10 +0000
committerYexo <yexo@openttd.org>2009-01-20 16:49:10 +0000
commit3d35b3c2cc8b227d0cc2df61b4e8dbd70b6a78f1 (patch)
tree09d1d76f4f48c9a1a82dc292ae48bd8ffb432849 /src/ai/ai_gui.hpp
parent49c5c7134807bb2d975a85f974523b699169ef6d (diff)
downloadopenttd-3d35b3c2cc8b227d0cc2df61b4e8dbd70b6a78f1.tar.xz
(svn r15175) -Feature: Add the option to select the AIs to start in a new game and configure them via the gui.
Diffstat (limited to 'src/ai/ai_gui.hpp')
-rw-r--r--src/ai/ai_gui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/ai_gui.hpp b/src/ai/ai_gui.hpp
index c5c7ad2ee..141df43eb 100644
--- a/src/ai/ai_gui.hpp
+++ b/src/ai/ai_gui.hpp
@@ -6,5 +6,6 @@
#define AI_GUI_HPP
void ShowAIDebugWindow();
+void ShowAIConfigWindow();
#endif /* AI_GUI_HPP */