4 #include "ParaEngineClientConfig.win32.h" 6 #include "ParaEngineClientConfig.h" 8 #include "coreexport.h" 10 #include "Platforms.h" 14 #define DROP_ASSET(x) if(x){x->Release();x=0;} 18 #define GRAB_ASSET(x) if((x)!=0){(x)->addref();} 21 #include <boost/shared_ptr.hpp> 22 #include <boost/signals2.hpp> 23 #include <boost/bind.hpp> 24 #include "util/intrusive_ptr.h" 33 typedef ParaIntrusivePtr<NPLMessage> NPLMessage_ptr;
35 typedef ParaIntrusivePtr<NPLMsgOut> NPLMsgOut_ptr;
42 #include "debugtools/paradebug.h" 45 #include "ParaGlobals.h" 46 #include "math/ParaMathUtility.h" 49 #include "FileManager.h" define this to enable debugging of NPL code in visual studio
Definition: INPL.h:9
Definition: class.hpp:124