summaryrefslogtreecommitdiff
path: root/src/ai/ai.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.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.hpp')
-rw-r--r--src/ai/ai.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/ai.hpp b/src/ai/ai.hpp
index 96dc93317..0485cabae 100644
--- a/src/ai/ai.hpp
+++ b/src/ai/ai.hpp
@@ -108,6 +108,7 @@ public:
static char *GetConsoleList(char *p, const char *last);
static const AIInfoList *GetInfoList();
+ static const AIInfoList *GetUniqueInfoList();
static AIInfo *FindInfo(const char *name, int version);
static bool ImportLibrary(const char *library, const char *class_name, int version, HSQUIRRELVM vm);
static void Rescan();