diff options
Diffstat (limited to 'engines/pegasus/movie.h')
-rw-r--r-- | engines/pegasus/movie.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h index efe4a7c244..9b9cc2bdbe 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 setStop(const TimeValue, const TimeScale = 0); + virtual TimeValue getDuration(const TimeScale = 0) const; // *** HACK ALERT |