From 1452c18ffb21da0d97725c7c982b25992bd75fe8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 15 Mar 2015 18:42:24 -0400 Subject: SHERLOCK: Added events manager and debugger classes --- engines/sherlock/tattoo/tattoo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sherlock/tattoo/tattoo.h') diff --git a/engines/sherlock/tattoo/tattoo.h b/engines/sherlock/tattoo/tattoo.h index f06fa1532d..6d3ec33967 100644 --- a/engines/sherlock/tattoo/tattoo.h +++ b/engines/sherlock/tattoo/tattoo.h @@ -30,6 +30,8 @@ namespace Sherlock { namespace Tattoo { class TattooEngine : public SherlockEngine { +protected: + virtual void showOpening(); public: TattooEngine(OSystem *syst, const SherlockGameDescription *gameDesc) : SherlockEngine(syst, gameDesc) {} -- cgit v1.2.3