summaryrefslogtreecommitdiff
path: root/core/plugin.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-02 00:47:12 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-02 00:47:12 +0300
commit952247ad9720ca579d2f6eac596896bc2cddfe6b (patch)
tree35d160c153cd277fb56ae8e5a7c954da7600e150 /core/plugin.h
parentf404e3a3a7ecaf77502ee8fc992dbcce3ed0082c (diff)
modified: ../api/pluginapi.h
modified: main.cpp modified: plugin.h modified: ../modules/example/main.cpp
Diffstat (limited to 'core/plugin.h')
-rw-r--r--core/plugin.h3
1 files changed, 1 insertions, 2 deletions
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
{