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

Function dllStartPlugin

Plugins/Plugin_HikariWidget/Plugin.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75plugin::Plugin* plugin_item = nullptr;
76
77extern "C" MYGUI_EXPORT_DLL void dllStartPlugin(void)
78{
79 plugin_item = new plugin::Plugin();
80 MyGUI::PluginManager::getInstance().installPlugin(plugin_item);
81}
82
83extern "C" MYGUI_EXPORT_DLL void dllStopPlugin(void)
84{

Callers

nothing calls this directly

Calls 1

installPluginMethod · 0.80

Tested by

no test coverage detected