Macro xplane_plugin::xplane_plugin [] [src]

macro_rules! xplane_plugin {
    ($plugin_type: ty) => { ... };
}

Creates an X-Plane plugin

Provide the name of your plugin struct. The callbacks that X-Plane uses will be created.