aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lilliput/detection.cpp')
-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";
}