From 8ac279eaac75a07ae7d303ed4dc6dd3df98425c1 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 2 Aug 2010 10:04:03 +0300 Subject: modified: core/main.cpp modified: core/plugin.h modified: modules/example/main.cpp --- 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 01e59c9..f79c2de 100644 --- a/core/plugin.h +++ b/core/plugin.h @@ -6,6 +6,7 @@ typedef PLUGININFO * (__cdecl * SetPluginInfo) (); typedef int (__cdecl * Load) (PLUGINLINK *link); +typedef int (__cdecl * OnModulesLoaded) (); class plugin { @@ -14,6 +15,7 @@ public: { SetPluginInfo info; Load load; + OnModulesLoaded loaded; }; const HMODULE getHmodule(); const exported_funcs_s getFuncs(); -- cgit v1.2.3