aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/access.h')
-rw-r--r--engines/access/access.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/access/access.h b/engines/access/access.h
index 37b9fec5a5..83e313083b 100644
--- a/engines/access/access.h
+++ b/engines/access/access.h
@@ -313,6 +313,8 @@ public:
void SPRINTCHR(char c, int fontNum);
void PRINTCHR(Common::String msg, int fontNum);
+
+ bool playMovie(const Common::String &filename, const Common::Point &pos);
};
} // End of namespace Access