# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

nl_ai.h

Go 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