aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-08 20:46:03 -0400
committerPaul Gilbert2016-04-08 20:46:03 -0400
commite3d02532f7a64f194a802e29abef4b03eb6395b4 (patch)
tree543f88f9044ce1de598b2292512994adc0af99ae /engines/titanic/support/video_surface.h
parent63e2a01ecf2d5d5c56f657a87c48c761a88c5eb7 (diff)
downloadscummvm-rg350-e3d02532f7a64f194a802e29abef4b03eb6395b4.tar.gz
scummvm-rg350-e3d02532f7a64f194a802e29abef4b03eb6395b4.tar.bz2
scummvm-rg350-e3d02532f7a64f194a802e29abef4b03eb6395b4.zip
TITANIC: Implementing preliminary video playback code
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index 767306cae6..d39dea627b 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -208,6 +208,7 @@ public:
};
class OSVideoSurface : public CVideoSurface {
+ friend class OSMovie;
private:
static byte _map[0x400];