aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/detection.cpp')
-rw-r--r--engines/hdb/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index 60b0db0c23..4cb7b03bc6 100644
--- a/engines/hdb/detection.cpp
+++ b/engines/hdb/detection.cpp
@@ -170,6 +170,10 @@ public:
_singleId = "hdb";
}
+ const char *getEngineId() const {
+ return "hdb";
+ }
+
virtual const char *getName() const {
return "Hyperspace Delivery Boy!";
}