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/startrek/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/startrek') diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp index 2994e60dbe..7d47d5ed1a 100644 --- a/engines/startrek/detection.cpp +++ b/engines/startrek/detection.cpp @@ -324,6 +324,10 @@ public: _singleId = "startrek"; } + const char *getEngineId() const { + return "startrek"; + } + virtual const char *getName() const { return "Star Trek"; } -- cgit v1.2.3