diff options
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp index 1847434200..568e207854 100644 --- a/engines/agos/detection.cpp +++ b/engines/agos/detection.cpp @@ -103,6 +103,10 @@ public: return Engines::findGameID(gameId, _gameIds, obsoleteGameIDsTable); } + const char *getEngineId() const { + return "agos"; + } + virtual const char *getName() const { return "AGOS"; } |