aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/movie.h')
-rwxr-xr-xengines/pegasus/movie.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 3983a6f942..31b567407f 100755
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -64,6 +64,8 @@ public:
virtual void moveMovieBoxTo(const tCoordType, const tCoordType);
+ virtual TimeValue getDuration(const TimeScale = 0) const;
+
// *** HACK ALERT
Video::SeekableVideoDecoder *getMovie() { return _video; }
void setVolume(uint16);