aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/detection.cpp')
-rw-r--r--engines/mutationofjb/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mutationofjb/detection.cpp b/engines/mutationofjb/detection.cpp
index c528c726e3..7dd523b31f 100644
--- a/engines/mutationofjb/detection.cpp
+++ b/engines/mutationofjb/detection.cpp
@@ -92,6 +92,10 @@ public:
_directoryGlobs = mutationofjbDirectoryGlobs;
}
+ const char *getEngineId() const {
+ return "mutationofjb";
+ }
+
virtual const char *getName() const override {
return "Mutation of J.B.";
}