aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/movie.h')
-rw-r--r--engines/pegasus/movie.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 9b9cc2bdbe..275deecca8 100644
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -62,6 +62,8 @@ public:
virtual void moveMovieBoxTo(const CoordType, const CoordType);
+ virtual void setStart(const TimeValue, const TimeScale = 0);
+
virtual void setStop(const TimeValue, const TimeScale = 0);
virtual TimeValue getDuration(const TimeScale = 0) const;