diff options
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) (); |