summaryrefslogtreecommitdiff
path: root/core/plugin.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-02 02:05:44 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-02 02:05:44 +0300
commit6880b295ae72e2537276b519ecb9ed48ea2ade3a (patch)
tree667667f25655faf8988c374f13fc269300ae7bdf /core/plugin.h
parentfa6c7360660214c98b66bac9e18144144ee8a7d5 (diff)
modified: main.cpp
modified: plugin.h
Diffstat (limited to 'core/plugin.h')
-rw-r--r--core/plugin.h2
1 files changed, 2 insertions, 0 deletions
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