aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.h')
-rw-r--r--engines/engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/engine.h b/engines/engine.h
index dec85885d8..148e4f24c6 100644
--- a/engines/engine.h
+++ b/engines/engine.h
@@ -30,6 +30,8 @@
#include "common/fs.h"
#include "common/str.h"
+#include "engines/metaengine.h"
+
class OSystem;
namespace Audio {
@@ -177,7 +179,7 @@ public:
/**
* Determine whether the engine supports the specified MetaEngine feature.
*/
- bool hasFeature(int f);
+ bool hasFeature(MetaEngine::MetaEngineFeature f);
public: