aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-12 22:02:59 -0400
committerPaul Gilbert2015-05-12 22:02:59 -0400
commit7a46c84c0d02ec3fb5aa9d607519af8fbcd2715e (patch)
treebff0492cc1fe7216ab67279594b7c8d3f26a9f21 /engines/sherlock/tattoo/tattoo.h
parent44fbef5498070ee12fddb42c067d943e56d22f0e (diff)
downloadscummvm-rg350-7a46c84c0d02ec3fb5aa9d607519af8fbcd2715e.tar.gz
scummvm-rg350-7a46c84c0d02ec3fb5aa9d607519af8fbcd2715e.tar.bz2
scummvm-rg350-7a46c84c0d02ec3fb5aa9d607519af8fbcd2715e.zip
SHERLOCK: Beginnings of Rose Tattoo engine
Diffstat (limited to 'engines/sherlock/tattoo/tattoo.h')
-rw-r--r--engines/sherlock/tattoo/tattoo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo.h b/engines/sherlock/tattoo/tattoo.h
index b98395597c..7bdeec55d1 100644
--- a/engines/sherlock/tattoo/tattoo.h
+++ b/engines/sherlock/tattoo/tattoo.h
@@ -31,10 +31,15 @@ namespace Tattoo {
class TattooEngine : public SherlockEngine {
protected:
+ virtual void initialize();
+
virtual void showOpening();
+
+ virtual void startScene();
public:
TattooEngine(OSystem *syst, const SherlockGameDescription *gameDesc) :
SherlockEngine(syst, gameDesc) {}
+
virtual ~TattooEngine() {}
};