diff options
Diffstat (limited to 'engines/lab/detection.cpp')
-rw-r--r-- | engines/lab/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 6e4c902374..009bd5cdf7 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -122,6 +122,10 @@ public: _flags = kADFlagUseExtraAsHint; } + const char *getEngineId() const { + return "lab"; + } + virtual const char *getName() const { return "Labyrinth of Time"; } |