aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-21 08:46:38 -0400
committerPaul Gilbert2015-06-21 08:46:38 -0400
commit3adaf2f999c4af74534beb7d02638aba8cc81a1e (patch)
treedd6aa325a44c51a8867b2e42093c7c085e5d3853 /engines/sherlock/tattoo/tattoo.h
parent371d5e1d904898a01292db26703d38ee90558bbd (diff)
downloadscummvm-rg350-3adaf2f999c4af74534beb7d02638aba8cc81a1e.tar.gz
scummvm-rg350-3adaf2f999c4af74534beb7d02638aba8cc81a1e.tar.bz2
scummvm-rg350-3adaf2f999c4af74534beb7d02638aba8cc81a1e.zip
SHERLOCK: RT: Implement inventory handleEvents
Diffstat (limited to 'engines/sherlock/tattoo/tattoo.h')
-rw-r--r--engines/sherlock/tattoo/tattoo.h4
1 files changed, 3 insertions, 1 deletions
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