diff options
Diffstat (limited to 'engines/hdb/detection.cpp')
-rw-r--r-- | engines/hdb/detection.cpp | 4 |
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!"; } |