From 3adaf2f999c4af74534beb7d02638aba8cc81a1e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 08:46:38 -0400 Subject: SHERLOCK: RT: Implement inventory handleEvents --- engines/sherlock/tattoo/tattoo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/tattoo.h') diff --git a/engines/sherlock/tattoo/tattoo.h b/engines/sherlock/tattoo/tattoo.h index 39f49341a8..d7d2115588 100644 --- a/engines/sherlock/tattoo/tattoo.h +++ b/engines/sherlock/tattoo/tattoo.h @@ -59,7 +59,7 @@ public: bool _fastMode, _allowFastMode; public: TattooEngine(OSystem *syst, const SherlockGameDescription *gameDesc); - virtual ~TattooEngine() {} + virtual ~TattooEngine(); /** * Draw credits on the screen @@ -75,6 +75,8 @@ public: * Erase any area of the screen covered by credits */ void eraseCredits(); + + void doHangManPuzzle(); }; } // End of namespace Tattoo -- cgit v1.2.3