summaryrefslogtreecommitdiff
path: root/modules/example/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/example/main.cpp')
-rw-r--r--modules/example/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/example/main.cpp b/modules/example/main.cpp
index 2e15520..647654e 100644
--- a/modules/example/main.cpp
+++ b/modules/example/main.cpp
@@ -40,6 +40,5 @@ extern "C" int __declspec(dllexport) OnModulesLoaded() //load main code from her
{
MessageBoxA(0, "Advanced plugin features needed services from other plugins are working from now", "INFO", MB_OK);
CallService("Test", 0, 0); //usage example of service registered in core
- std::list<PLUGININFO> *pluglist = (std::list<PLUGININFO>*)CallService("GetPluginInfoList", 0, 0); //get list with info for all plugins
return 0;
}