📄️ Plugin Context & Headers
This page is the orientation map for the SDK's public surface: the umbrella
📄️ Export Macros
Every plugin DLL must export a fixed set of extern "C" entry points so the host
📄️ Services
Services are pure abstract interfaces looked up through
📄️ Events
Events are POD structs broadcast over the context's publish/subscribe bus. Each
📄️ ABI Compatibility
The host ↔ plugin boundary is a COM-like binary ABI. Honoring it is what lets