Macro red4ext_rs::export_plugin_symbols

source ยท
macro_rules! export_plugin_symbols {
    ($trait:ty) => { ... };
}
Expand description

Defines a set of DLL symbols necessary for RED4ext to load the plugin. Your plugin will not be loaded unless you call this macro.