diff options
Diffstat (limited to 'engines/cge')
-rw-r--r-- | engines/cge/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index f6399d484c..8277b091bb 100644 --- a/engines/cge/detection.cpp +++ b/engines/cge/detection.cpp @@ -118,6 +118,10 @@ public: _singleId = "soltys"; } + const char *getEngineId() const { + return "cge"; + } + virtual const char *getName() const { return "CGE"; } |