From 952247ad9720ca579d2f6eac596896bc2cddfe6b Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 2 Aug 2010 00:47:12 +0300 Subject: modified: ../api/pluginapi.h modified: main.cpp modified: plugin.h modified: ../modules/example/main.cpp --- core/plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/plugin.h') diff --git a/core/plugin.h b/core/plugin.h index cf2b33c..893b445 100644 --- a/core/plugin.h +++ b/core/plugin.h @@ -5,8 +5,7 @@ typedef PLUGININFO * (__cdecl * SetPluginInfo) (); -typedef int (__cdecl * Load) (); - +typedef int (__cdecl * Load) (PLUGINLINK *link); class plugin { -- cgit v1.2.3