aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-22 00:52:02 -0400
committerPaul Gilbert2015-03-22 00:52:02 -0400
commitff02c29e9c2f96ed7e36878163b4b22dc8822255 (patch)
tree27be9dbd3462943eb16e3558d1a4b087dc701346 /engines/sherlock/scalpel/scalpel.h
parent7f04ea4425bae0ebac7e51d71dc315b965bf94c9 (diff)
downloadscummvm-rg350-ff02c29e9c2f96ed7e36878163b4b22dc8822255.tar.gz
scummvm-rg350-ff02c29e9c2f96ed7e36878163b4b22dc8822255.tar.bz2
scummvm-rg350-ff02c29e9c2f96ed7e36878163b4b22dc8822255.zip
SHERLOCK: Implemented doBgAnim
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.h')
-rw-r--r--engines/sherlock/scalpel/scalpel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel.h b/engines/sherlock/scalpel/scalpel.h
index b096599ee1..2d5deeb882 100644
--- a/engines/sherlock/scalpel/scalpel.h
+++ b/engines/sherlock/scalpel/scalpel.h
@@ -51,6 +51,10 @@ protected:
public:
ScalpelEngine(OSystem *syst, const SherlockGameDescription *gameDesc);
virtual ~ScalpelEngine();
+
+ void eraseMirror12();
+ void doMirror12();
+ void flushMirror12();
};
} // End of namespace Scalpel