A throw-class that is given when the AI made a fatal error. More...
#include <ai_instance.hpp>
Public Member Functions | |
AI_FatalError (const char *msg) | |
const char * | GetErrorMessage () |
Private Attributes | |
const char * | msg |
A throw-class that is given when the AI made a fatal error.
Definition at line 43 of file ai_instance.hpp.