samcrow / rust-xplm

Rust interfaces to the X-Plane plugin SDK
Apache License 2.0
39 stars 15 forks source link

Incorrect XPluginEnable signature #2

Closed samcrow closed 5 years ago

samcrow commented 6 years ago

The plugin macro generates an XPluginEnable callback that returns nothing. Although all the documentation I can find says that the callback should return nothing, two sources say otherwise:

This would explain some strange behavior that I have seen.

samcrow commented 5 years ago

It looks like this has been fixed.