summaryrefslogtreecommitdiff
path: root/modules/example/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-03 14:21:59 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-03 14:21:59 +0300
commit03951c212bc3054a6b89a9fff9a125bace52224d (patch)
treee32e6238bd046a048bee70fea6b8a390e05558a1 /modules/example/main.cpp
parent9a44caeb992e365d747fa9f6900310f72785836a (diff)
modified: core/Makefile
modified: core/main.cpp modified: modules/example/Makefile modified: modules/example/main.cpp
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;
}