diff options
Diffstat (limited to 'src/ai/ai_scanner.hpp')
-rw-r--r-- | src/ai/ai_scanner.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ai/ai_scanner.hpp b/src/ai/ai_scanner.hpp index fce07f651..117f6cd3e 100644 --- a/src/ai/ai_scanner.hpp +++ b/src/ai/ai_scanner.hpp @@ -59,6 +59,11 @@ public: char *GetAIConsoleList(char *p, const char *last) const; /** + * Get the list of available AI Libraries for the console. + */ + char *GetAIConsoleLibraryList(char *p, const char *last) const; + + /** * Get the list of all registered AIs. */ const AIInfoList *GetAIInfoList() { return &this->info_list; } |