MCPcopy Create free account
hub / github.com/MCJack123/craftos2 / plugin_init

Function plugin_init

examples/plugin_base.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33DLLEXPORT PluginInfo * plugin_init(PluginFunctions * func, const path_t& path) {
34 // configure any other information, or save the functions here...
35 return &info;
36}
37}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected