#include "AIManager.h"
#include <assert.h>
Go to the source code of this file.
Classes | |
class | AIWrapper |
struct | AIWrapper::AIFSMWrapper |
Functions | |
void | initAIEngine (std::ifstream *fin_=0) |
void | destroyAIEngine () |
void | popAllAIExceptions (bool only_add_new=false, bool remove_all=false) |
Variables | |
bool | usedHeap |
AIWrapper is the class to inherit or contain to endow an object with artificial intelligence. AIFSMWrapper is not to be manipulated directly by users, it is used internally by AIWrapper.
|
these params effect ALL exceptions in the queue, so be careful
|