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.
macro_rules! export_plugin_symbols {
($trait:ty) => { ... };
}
Defines a set of DLL symbols necessary for RED4ext to load the plugin. Your plugin will not be loaded unless you call this macro.