diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/detection/detection.cpp b/engines/gob/detection/detection.cpp index 70fea401f2..2a5196173c 100644 --- a/engines/gob/detection/detection.cpp +++ b/engines/gob/detection/detection.cpp @@ -35,6 +35,10 @@ public: PlainGameDescriptor findGame(const char *gameId) const override; + const char *getEngineId() const { + return "gob"; + } + ADDetectedGame fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const override; virtual const char *getName() const; |