From 4b42112721a3a12ee10652f2c1dfcd227ab140b3 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 18:23:35 +0200 Subject: ENGINES: Add an engine ID to all the engines --- engines/mohawk/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/mohawk/detection.cpp') diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 075e7d233e..278cce2878 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -205,6 +205,10 @@ public: return detectGameFilebased(allFiles, fslist, Mohawk::fileBased); } + const char *getEngineId() const { + return "mohawk"; + } + const char *getName() const override { return "Mohawk"; } -- cgit v1.2.3