aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/detection.cpp')
-rw-r--r--engines/illusions/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/illusions/detection.cpp b/engines/illusions/detection.cpp
index 024dea2641..18c50182a8 100644
--- a/engines/illusions/detection.cpp
+++ b/engines/illusions/detection.cpp
@@ -120,6 +120,10 @@ public:
_directoryGlobs = directoryGlobs;
}
+ const char *getEngineId() const {
+ return "illusions";
+ }
+
virtual const char *getName() const {
return "Illusions";
}