summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-01 22:49:58 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-01 22:49:58 +0300
commit3ac3ed236074b4de13c6aaebf243ba18c59068e6 (patch)
tree312a5f786e5f9b7b363558ba59ebe142b3089729 /core
parent46a2415de1bd97c73527922a748af5455a1c6a0e (diff)
deleted: ../../api/api.h
modified: ../../api/pluginapi.h modified: ../../core/main.cpp modified: ../../core/plugin.h modified: main.cpp
Diffstat (limited to 'core')
-rw-r--r--core/main.cpp1
-rw-r--r--core/plugin.h3
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) ();