aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-09-09 20:26:05 -0400
committerPaul Gilbert2015-09-09 20:26:05 -0400
commit707afebbf19e62462f6ffd632f658fb2c1cf2cb4 (patch)
tree939b74fb1165d6f955bff6b4712d8fb844af001d /engines/sherlock/scalpel/scalpel.h
parent2dc27b57a68cfa9ddab48b193f9a7bb6276aff58 (diff)
downloadscummvm-rg350-707afebbf19e62462f6ffd632f658fb2c1cf2cb4.tar.gz
scummvm-rg350-707afebbf19e62462f6ffd632f658fb2c1cf2cb4.tar.bz2
scummvm-rg350-707afebbf19e62462f6ffd632f658fb2c1cf2cb4.zip
SHERLOCK: 3DO: Move 3do movie playback method into ScalpelEngine
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.h')
-rw-r--r--engines/sherlock/scalpel/scalpel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel.h b/engines/sherlock/scalpel/scalpel.h
index 5c46b16973..1a208d7c0a 100644
--- a/engines/sherlock/scalpel/scalpel.h
+++ b/engines/sherlock/scalpel/scalpel.h
@@ -138,6 +138,11 @@ public:
* Show the ScummVM restore savegame dialog
*/
void showScummVMRestoreDialog();
+
+ /**
+ * Play back a 3do movie
+ */
+ bool play3doMovie(const Common::String &filename, const Common::Point &pos);
};
} // End of namespace Scalpel