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

Function dllStartPlugin

Plugins/Plugin_StrangeButton/Plugin_Export.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13extern "C" MYGUI_EXPORT_DLL void dllStopPlugin(void);
14
15extern "C" MYGUI_EXPORT_DLL void dllStartPlugin(void)
16{
17 plugin_item = new plugin::Plugin();
18 MyGUI::PluginManager::getInstance().installPlugin(plugin_item);
19}
20
21extern "C" MYGUI_EXPORT_DLL void dllStopPlugin(void)
22{

Callers

nothing calls this directly

Calls 1

installPluginMethod · 0.80

Tested by

no test coverage detected