summaryrefslogtreecommitdiff
path: root/core/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules.h')
-rw-r--r--core/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules.h b/core/modules.h
index 6cdd0f6..ca61aee 100644
--- a/core/modules.h
+++ b/core/modules.h
@@ -45,12 +45,14 @@ public:
// void set_plugin();
const PLUGININFO *get_plugininfo();
const exported_functions_s *get_exported_functions();
+ const int get_plugin_id();
plugin(ACE_DLL *lib, PLUGININFO *info, exported_functions_s *funcs);
~plugin();
private:
ACE_DLL *plug;
exported_functions_s *exported_funcs;
PLUGININFO *plugininfo;
+ int pluginid;
};
#endif // MODULE_H_INCLUDED