aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/detection.cpp')
-rw-r--r--engines/draci/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp
index 63cd8a2c2b..8fd62cc665 100644
--- a/engines/draci/detection.cpp
+++ b/engines/draci/detection.cpp
@@ -87,6 +87,10 @@ public:
_singleId = "draci";
}
+ const char *getEngineId() const {
+ return "draci";
+ }
+
virtual const char *getName() const {
return "Draci Historie";
}