aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/detection.cpp')
-rw-r--r--engines/toon/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index da414ae6db..ece06dfe69 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -146,6 +146,10 @@ public:
return detectGameFilebased(allFiles, fslist, Toon::fileBasedFallback);
}
+ const char *getEngineId() const {
+ return "toon";
+ }
+
virtual const char *getName() const {
return "Toonstruck";
}