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/macventure/detection.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'engines/macventure') diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp index 007c59922b..5c419e8934 100644 --- a/engines/macventure/detection.cpp +++ b/engines/macventure/detection.cpp @@ -66,7 +66,16 @@ public: const char *getName() const { return "MacVenture"; } - const char *getOriginalCopyright() const { + + const char *getEngineId() const override { + return "macventure"; + } + + const char *getName() const override { + return "MacVenture"; + } + + const char *getOriginalCopyright() const override { return "(C) ICOM Simulations"; } -- cgit v1.2.3