summaryrefslogtreecommitdiff
path: root/src/ai/ai_gui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/ai_gui.hpp')
-rw-r--r--src/ai/ai_gui.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ai/ai_gui.hpp b/src/ai/ai_gui.hpp
new file mode 100644
index 000000000..c5c7ad2ee
--- /dev/null
+++ b/src/ai/ai_gui.hpp
@@ -0,0 +1,10 @@
+/* $Id$ */
+
+/** @file ai_gui.hpp Window for configuring the AIs */
+
+#ifndef AI_GUI_HPP
+#define AI_GUI_HPP
+
+void ShowAIDebugWindow();
+
+#endif /* AI_GUI_HPP */