8 lines
133 B
C++
8 lines
133 B
C++
|
|
#include "EVTOLPlugin.h"
|
||
|
|
|
||
|
|
extern "C" {
|
||
|
|
__declspec(dllexport) IPlugin* createPlugin() {
|
||
|
|
return new EVTOLPlugin();
|
||
|
|
}
|
||
|
|
}
|