diff options
Diffstat (limited to 'core/modules.h')
-rw-r--r-- | core/modules.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules.h b/core/modules.h index 2e843a4..c8b0306 100644 --- a/core/modules.h +++ b/core/modules.h @@ -24,7 +24,8 @@ public: }
}; ACE_DLL *get_plugin(); - void set_plugin(); +// void set_plugin();
+ const PLUGININFO *get_plugininfo(); const exported_functions_s *get_exported_functions(); plugin(ACE_DLL *lib, PLUGININFO *info, exported_functions_s *funcs); ~plugin(); |