Home | nevrax.com |
|
nl_ai.hGo to the documentation of this file.00001 #ifndef _IA_NEL_H 00002 #define _IA_NEL_H 00003 00004 #include "nel/ai/script/compilateur.h" 00005 00006 namespace NLAIAGENT 00007 { 00008 class IMainAgent; 00009 } 00010 namespace NLAILINK 00011 { 00012 void initIALib(); 00013 void releaseIALib(); 00014 void setLocalServerID(uint8 ); 00015 uint8 getLocalServerID(); 00016 void setMainManager(NLAIAGENT::IMainAgent *); 00017 void releaseMainManager(); 00018 void buildScript(const std::string &scriptSrc, const std::string &name); 00019 } 00020 00021 #endif |