00001 //DO NOT MODIFIE THIS FILE 00002 #ifndef _GetExt_h_ 00003 #define _GetExt_h_ 00004 00005 #define DLLE __declspec(dllexport) 00006 00007 extern "C" { 00008 DLLE int GetExtLoad(); 00009 DLLE int GetExtInit(); 00010 DLLE int GetExtManage(float time, float timeSta, float timTrans, float acicle); 00011 DLLE int GetExtPostManage(float time, float timeSta, float timTrans, float acicle); 00012 DLLE int GetExtFinish(); 00013 DLLE int GetExtUnLoad(); 00014 } 00015 00016 #endif