summaryrefslogtreecommitdiff
path: root/src/window_type.h
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/window_type.h
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/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index cf4b3f603..360d5817a 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -97,6 +97,8 @@ enum WindowClass {
WC_WAYPOINT_VIEW,
WC_SELECT_STATION,
WC_AI_DEBUG,
+ WC_AI_LIST,
+ WC_AI_SETTINGS,
WC_INVALID = 0xFFFF
};