aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/detection.cpp')
-rw-r--r--engines/wintermute/detection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp
index 0709b9ac13..6f3be398cc 100644
--- a/engines/wintermute/detection.cpp
+++ b/engines/wintermute/detection.cpp
@@ -93,6 +93,11 @@ public:
_maxScanDepth = 2;
_directoryGlobs = directoryGlobs;
}
+
+ const char *getEngineId() const {
+ return "wintermute";
+ }
+
virtual const char *getName() const {
return "Wintermute";
}