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/tony/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/tony') diff --git a/engines/tony/detection.cpp b/engines/tony/detection.cpp index 5cc592ad24..62e6a17897 100644 --- a/engines/tony/detection.cpp +++ b/engines/tony/detection.cpp @@ -71,6 +71,10 @@ public: TonyMetaEngine() : AdvancedMetaEngine(Tony::gameDescriptions, sizeof(Tony::TonyGameDescription), tonyGames) { } + virtual const char *getEngineId() const { + return "tony"; + } + virtual const char *getName() const { return "Tony Tough and the Night of Roasted Moths"; } -- cgit v1.2.3