00001 #include "BnPython.h" 00002 00003 extern "C" 00004 { 00005 bool __declspec(dllexport) 00006 __stdcall GetEngine (IdcEngine** pp_engine, 00007 const char* name, bool (*pGetParam)(const char*, char*, int)); 00008 00009 void __declspec(dllexport) __stdcall Init (); 00010 00011 void __declspec(dllexport) __stdcall Term (); 00012 };