MCPcopy Create free account
hub / github.com/MyGUI/mygui / dllStartPlugin

Function dllStartPlugin

Plugins/Plugin_BerkeliumWidget/Plugin.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61plugin::Plugin* plugin_item = nullptr;
62
63extern "C" MYGUI_EXPORT_DLL void dllStartPlugin(void)
64{
65 plugin_item = new plugin::Plugin();
66 MyGUI::PluginManager::getInstance().installPlugin(plugin_item);
67}
68
69extern "C" MYGUI_EXPORT_DLL void dllStopPlugin(void)
70{

Callers

nothing calls this directly

Calls 1

installPluginMethod · 0.80

Tested by

no test coverage detected