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