aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index 6a5913d3a5..f881aa6f4c 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -40,7 +40,7 @@
#include "pegasus/neighborhood/neighborhood.h"
namespace Video {
- class QuickTimeDecoder;
+ class SeekableVideoDecoder;
}
namespace Pegasus {
@@ -187,6 +187,7 @@ private:
Hotspot _returnHotspot;
void showLoadDialog();
void showTempScreen(const Common::String &fileName);
+ bool playMovieScaled(Video::SeekableVideoDecoder *video, uint16 x, uint16 y);
// Menu
GameMenu *_gameMenu;