aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-10-31 23:01:47 -0400
committerPaul Gilbert2014-12-12 22:18:37 -0500
commit3627ff51aaad803f611b2e5f3072914d0170ed9c (patch)
tree2b15b2ad5d1311af105ecd735568a9ba198749ca /engines/access/access.h
parent59c4c93c005896389915c1022634e5dd041e268a (diff)
downloadscummvm-rg350-3627ff51aaad803f611b2e5f3072914d0170ed9c.tar.gz
scummvm-rg350-3627ff51aaad803f611b2e5f3072914d0170ed9c.tar.bz2
scummvm-rg350-3627ff51aaad803f611b2e5f3072914d0170ed9c.zip
ACCESS: Implemented code for cmdChapter
Diffstat (limited to 'engines/access/access.h')
-rw-r--r--engines/access/access.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/access/access.h b/engines/access/access.h
index bec1dacb4c..a12a63212d 100644
--- a/engines/access/access.h
+++ b/engines/access/access.h
@@ -119,6 +119,11 @@ protected:
*/
Common::String AccessEngine::generateSaveName(int slot);
+ /**
+ * Play back an entire video
+ */
+ void playVideo(int fileNum, const Common::Point &pt);
+
// Engine APIs
virtual Common::Error run();
virtual bool hasFeature(EngineFeature f) const;