aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/detection.h')
-rw-r--r--engines/glk/detection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/glk/detection.h b/engines/glk/detection.h
index 2a63c597c8..2e1a8c5ce9 100644
--- a/engines/glk/detection.h
+++ b/engines/glk/detection.h
@@ -41,6 +41,10 @@ public:
return "Glk";
}
+ const char *getEngineId() const {
+ return "glk";
+ }
+
virtual const char *getOriginalCopyright() const {
return "Infocom games (C) Infocom\nScott Adams games (C) Scott Adams";
}