aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-15 18:42:24 -0400
committerPaul Gilbert2015-03-15 18:42:24 -0400
commit1452c18ffb21da0d97725c7c982b25992bd75fe8 (patch)
treeb4fdedcb4601acd01b588523295495e7aa2b2820 /engines/sherlock/tattoo/tattoo.h
parenta6db2fb281fb5842be2d8fc0621922e70ad9668c (diff)
downloadscummvm-rg350-1452c18ffb21da0d97725c7c982b25992bd75fe8.tar.gz
scummvm-rg350-1452c18ffb21da0d97725c7c982b25992bd75fe8.tar.bz2
scummvm-rg350-1452c18ffb21da0d97725c7c982b25992bd75fe8.zip
SHERLOCK: Added events manager and debugger classes
Diffstat (limited to 'engines/sherlock/tattoo/tattoo.h')
-rw-r--r--engines/sherlock/tattoo/tattoo.h2
1 files changed, 2 insertions, 0 deletions
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) {}