[][src]Macro fpsdk::create_plugin

macro_rules! create_plugin {
    ($pl:ty) => { ... };
}

Exposes your plugin from DLL. Accepts type name as input. The type should implement Plugin trait.