aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
authorMax Horn2008-10-06 12:48:52 +0000
committerMax Horn2008-10-06 12:48:52 +0000
commit6a2f3dc0b984bcd8bd84d98ae456ed57fca740d6 (patch)
tree6c900838c9aacdaa301ce1bab2e75826f9ec67bc /engines/metaengine.h
parent6ca906d7aa4e515d0b0ce9c6a5a38500721d2483 (diff)
downloadscummvm-rg350-6a2f3dc0b984bcd8bd84d98ae456ed57fca740d6.tar.gz
scummvm-rg350-6a2f3dc0b984bcd8bd84d98ae456ed57fca740d6.tar.bz2
scummvm-rg350-6a2f3dc0b984bcd8bd84d98ae456ed57fca740d6.zip
Added new type Engine::Feature; pushed down some #include dependencies
svn-id: r34755
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index 542cee683b..194acc94d7 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -26,7 +26,6 @@
#define ENGINES_METAENGINE_H
#include "common/scummsys.h"
-#include "common/str.h"
#include "common/error.h"
#include "engines/game.h"
@@ -37,6 +36,7 @@ class OSystem;
namespace Common {
class FSList;
+ class String;
}
/**
@@ -134,7 +134,7 @@ public:
*/
enum MetaEngineFeature {
/**
- * 'Return to launcher' feature is supported, i.e., EVENT_RTL is handled-
+ * 'Return to launcher' feature is supported, i.e., EVENT_RTL is handled.
*/
kSupportsRTL,