summaryrefslogtreecommitdiff
path: root/src/ai/ai.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2011-01-03 14:52:30 +0000
committeryexo <yexo@openttd.org>2011-01-03 14:52:30 +0000
commit8e3e93b96ff0e575c798ed443825c39ff192aa58 (patch)
treea905c62e1fe00581214ec95247ff4578052bd7d0 /src/ai/ai.hpp
parent37b9c311184c21dda3da165c18933b707d2a227b (diff)
downloadopenttd-8e3e93b96ff0e575c798ed443825c39ff192aa58.tar.xz
(svn r21703) -Feature [FS#4372]: list_ai_libs console command to get a list of recognized AI libraries (dihedral)
Diffstat (limited to 'src/ai/ai.hpp')
-rw-r--r--src/ai/ai.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/ai.hpp b/src/ai/ai.hpp
index f84175864..67ce470cd 100644
--- a/src/ai/ai.hpp
+++ b/src/ai/ai.hpp
@@ -126,6 +126,8 @@ public:
/** Wrapper function for AIScanner::GetAIConsoleList */
static char *GetConsoleList(char *p, const char *last);
+ /** Wrapper function for AIScanner::GetAIConsoleLibraryList */
+ static char *GetConsoleLibraryList(char *p, const char *last);
/** Wrapper function for AIScanner::GetAIInfoList */
static const AIInfoList *GetInfoList();
/** Wrapper function for AIScanner::GetUniqueAIInfoList */