aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-15 18:23:35 +0200
committerBastien Bouclet2019-11-03 11:43:00 +0100
commit4b42112721a3a12ee10652f2c1dfcd227ab140b3 (patch)
tree95e6dfaa76e7dfa3564822489698b5f7cb69d8a0 /engines/lilliput
parent6f1515abe8fd68e6ff643541f6c23a6f822ad935 (diff)
downloadscummvm-rg350-4b42112721a3a12ee10652f2c1dfcd227ab140b3.tar.gz
scummvm-rg350-4b42112721a3a12ee10652f2c1dfcd227ab140b3.tar.bz2
scummvm-rg350-4b42112721a3a12ee10652f2c1dfcd227ab140b3.zip
ENGINES: Add an engine ID to all the engines
Diffstat (limited to 'engines/lilliput')
-rw-r--r--engines/lilliput/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lilliput/detection.cpp b/engines/lilliput/detection.cpp
index eef513eb9e..6ecb8f9f9c 100644
--- a/engines/lilliput/detection.cpp
+++ b/engines/lilliput/detection.cpp
@@ -126,6 +126,10 @@ public:
LilliputMetaEngine() : AdvancedMetaEngine(gameDescriptions, sizeof(LilliputGameDescription), lilliputGames) {
}
+ const char *getEngineId() const {
+ return "lilliput";
+ }
+
const char *getName() const {
return "Lilliput";
}