aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.h
diff options
context:
space:
mode:
authorSven Hesse2010-08-08 00:35:50 +0000
committerSven Hesse2010-08-08 00:35:50 +0000
commit59b9b3bc2bd1c057a6b0f56d2b49a46ff37e00b6 (patch)
treed73cbdcf28a433362bf23e66ac4448b2926d960e /engines/gob/videoplayer.h
parent44159533936ff68da1d92639003ae30fc7611cf1 (diff)
downloadscummvm-rg350-59b9b3bc2bd1c057a6b0f56d2b49a46ff37e00b6.tar.gz
scummvm-rg350-59b9b3bc2bd1c057a6b0f56d2b49a46ff37e00b6.tar.bz2
scummvm-rg350-59b9b3bc2bd1c057a6b0f56d2b49a46ff37e00b6.zip
GOB: Implement the new VideoPlayer::openVideo function further
svn-id: r51853
Diffstat (limited to 'engines/gob/videoplayer.h')
-rw-r--r--engines/gob/videoplayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/videoplayer.h b/engines/gob/videoplayer.h
index b79b92084c..fa7eaf56a0 100644
--- a/engines/gob/videoplayer.h
+++ b/engines/gob/videoplayer.h
@@ -32,6 +32,7 @@
#include "graphics/video/coktel_decoder.h"
#include "gob/util.h"
+#include "gob/draw.h"
namespace Gob {
@@ -150,6 +151,8 @@ private:
Graphics::CoktelDecoder *decoder;
Common::String fileName;
+ SurfaceDescPtr surface;
+
Video();
bool isEmpty() const;