#include "EVTOLPlugin.h" extern "C" { __declspec(dllexport) IPlugin* createPlugin() { return new EVTOLPlugin(); } }