From 03951c212bc3054a6b89a9fff9a125bace52224d Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 3 Aug 2010 14:21:59 +0300 Subject: modified: core/Makefile modified: core/main.cpp modified: modules/example/Makefile modified: modules/example/main.cpp --- modules/example/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/example/main.cpp') 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 *pluglist = (std::list*)CallService("GetPluginInfoList", 0, 0); //get list with info for all plugins return 0; } -- cgit v1.2.3