diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/main.cpp | 1 | ||||
-rw-r--r-- | core/plugin.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/core/main.cpp b/core/main.cpp index 96d47a2..54b446c 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -4,7 +4,6 @@ #include <list> -#include <api.h> #include <pluginapi.h> #include "plugin.h" 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) (); |