diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 02:05:44 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 02:05:44 +0300 |
commit | 6880b295ae72e2537276b519ecb9ed48ea2ade3a (patch) | |
tree | 667667f25655faf8988c374f13fc269300ae7bdf /core/plugin.h | |
parent | fa6c7360660214c98b66bac9e18144144ee8a7d5 (diff) |
modified: main.cpp
modified: plugin.h
Diffstat (limited to 'core/plugin.h')
-rw-r--r-- | core/plugin.h | 2 |
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 |