aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-19 08:40:12 +0000
committerNicola Mettifogo2007-09-19 08:40:12 +0000
commit258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch)
treea3ae8675b679c9f3b58ac8d97c79369502ea23c1 /base/plugins.h
parenta89694c0d61a75a960f5bec6c498659c988401cc (diff)
downloadscummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'base/plugins.h')
-rw-r--r--base/plugins.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/plugins.h b/base/plugins.h
index 2ac87882af..c89b590a73 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -26,7 +26,6 @@
#ifndef BASE_PLUGINS_H
#define BASE_PLUGINS_H
-#include "common/stdafx.h"
#include "common/array.h"
#include "common/list.h"
#include "common/singleton.h"
@@ -46,7 +45,7 @@ enum PluginError {
kInvalidPathError,
kNoGameDataFoundError,
kUnsupportedGameidError,
-
+
kUnknownError // Catch-all error, used if no other error code matches
};
@@ -158,7 +157,7 @@ typedef Common::Array<Plugin *> PluginList;
class PluginProvider {
public:
virtual ~PluginProvider() {}
-
+
/**
* Return a list of Plugin objects. The caller is responsible for actually
* loading/unloading them (by invoking the appropriate methods).
@@ -189,7 +188,7 @@ private:
public:
~PluginManager();
-
+
void addPluginProvider(PluginProvider *pp);
void loadPlugins();