diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 22:49:58 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 22:49:58 +0300 |
commit | 3ac3ed236074b4de13c6aaebf243ba18c59068e6 (patch) | |
tree | 312a5f786e5f9b7b363558ba59ebe142b3089729 /core/plugin.h | |
parent | 46a2415de1bd97c73527922a748af5455a1c6a0e (diff) |
deleted: ../../api/api.h
modified: ../../api/pluginapi.h
modified: ../../core/main.cpp
modified: ../../core/plugin.h
modified: main.cpp
Diffstat (limited to 'core/plugin.h')
-rw-r--r-- | core/plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/plugin.h b/core/plugin.h index 95a14cc..cf2b33c 100644 --- a/core/plugin.h +++ b/core/plugin.h @@ -1,6 +1,9 @@ #ifndef PLUGIN_H #define PLUGIN_H +#include <list> + + typedef PLUGININFO * (__cdecl * SetPluginInfo) (); typedef int (__cdecl * Load) (); |