aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
authorMax Horn2006-04-15 21:20:16 +0000
committerMax Horn2006-04-15 21:20:16 +0000
commit18975a298d0868461699820b9e59ef8fd90cebed (patch)
tree93a924ef8700d8bcf107a2e948938d0b152bf5f2 /base/plugins.h
parent68cb7f52c8dd64ccfe8f28e847b530c8835175c3 (diff)
downloadscummvm-rg350-18975a298d0868461699820b9e59ef8fd90cebed.tar.gz
scummvm-rg350-18975a298d0868461699820b9e59ef8fd90cebed.tar.bz2
scummvm-rg350-18975a298d0868461699820b9e59ef8fd90cebed.zip
Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h header file
svn-id: r21917
Diffstat (limited to 'base/plugins.h')
-rw-r--r--base/plugins.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/plugins.h b/base/plugins.h
index 5b758221a2..f0318a8008 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -21,13 +21,13 @@
*
*/
-#ifndef COMMON_PLUGINS_H
-#define COMMON_PLUGINS_H
+#ifndef BASE_PLUGINS_H
+#define BASE_PLUGINS_H
#include "common/array.h"
#include "common/singleton.h"
#include "common/util.h"
-#include "base/gameDetector.h" // For GameDescriptor
+#include "base/game.h"
class Engine;
class FSList;