#include "FEAPI.h" #include "MyPlug.h" #include "FEAPIEntryPoints.h"
// entry points
#ifdef __cplusplus
extern "C" {
#endif
FEAPI_ENTRY_POINTS(CMyPlug) // insert your class name here
#ifdef __cplusplus
}
#endif
///////////////////////////////////////
1.3.9.1