From 6880b295ae72e2537276b519ecb9ed48ea2ade3a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 2 Aug 2010 02:05:44 +0300 Subject: modified: main.cpp modified: plugin.h --- core/plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/plugin.h') diff --git a/core/plugin.h b/core/plugin.h index 893b445..01e59c9 100644 --- a/core/plugin.h +++ b/core/plugin.h @@ -17,6 +17,7 @@ public: }; const HMODULE getHmodule(); const exported_funcs_s getFuncs(); + const PLUGININFO getPluginInfo(); int setHandle(const HMODULE &hMod); int setName(const char *name); const char *getName(); @@ -26,5 +27,6 @@ private: HMODULE hModule; char *szPluginName; exported_funcs_s funcs; + PLUGININFO pluginInfo; }; #endif -- cgit v1.2.3