aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/detection.cpp')
-rw-r--r--engines/mohawk/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 075e7d233e..278cce2878 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -205,6 +205,10 @@ public:
return detectGameFilebased(allFiles, fslist, Mohawk::fileBased);
}
+ const char *getEngineId() const {
+ return "mohawk";
+ }
+
const char *getName() const override {
return "Mohawk";
}