diff options
Diffstat (limited to 'engines/touche/detection.cpp')
-rw-r--r-- | engines/touche/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/touche/detection.cpp b/engines/touche/detection.cpp index c9c596eb17..1d9625980d 100644 --- a/engines/touche/detection.cpp +++ b/engines/touche/detection.cpp @@ -137,6 +137,10 @@ public: return detectGameFilebased(allFiles, fslist, Touche::fileBasedFallback); } + const char *getEngineId() const { + return "touche"; + } + virtual const char *getName() const { return "Touche: The Adventures of the Fifth Musketeer"; } |