(svn r15175) -Feature: Add the option to select the AIs to start in a new game and configure them via the gui.
This commit is contained in:
@@ -49,6 +49,11 @@ public:
|
||||
*/
|
||||
const AIInfoList *GetAIInfoList() { return &this->info_list; }
|
||||
|
||||
/**
|
||||
* Get the list of the newest version of all registered AIs.
|
||||
*/
|
||||
const AIInfoList *GetUniqueAIInfoList() { return &this->info_single_list; }
|
||||
|
||||
/**
|
||||
* Get the engine of the main squirrel handler (it indexes all avialable squirrels).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user