diff options
Diffstat (limited to 'engines/cryo')
-rw-r--r-- | engines/cryo/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp index 4c189b9413..b269d06be6 100644 --- a/engines/cryo/detection.cpp +++ b/engines/cryo/detection.cpp @@ -136,6 +136,10 @@ public: _singleId = "losteden"; } + const char *getEngineId() const { + return "cryo"; + } + virtual const char *getName() const { return "Cryo"; } |