aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-06 19:42:45 -0400
committerPaul Gilbert2016-04-06 19:42:45 -0400
commitac59f58c8a65e9e27a696da4536693c7d6ec6bc9 (patch)
tree0eaba9c5715badd673d7fc5967b9642849b4fc60 /engines/titanic/support/video_surface.h
parent71a278791a25d039c39a818f27d1106db1fa0e6e (diff)
downloadscummvm-rg350-ac59f58c8a65e9e27a696da4536693c7d6ec6bc9.tar.gz
scummvm-rg350-ac59f58c8a65e9e27a696da4536693c7d6ec6bc9.tar.bz2
scummvm-rg350-ac59f58c8a65e9e27a696da4536693c7d6ec6bc9.zip
TITANIC: Implement CBackground message handlers
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index e1ddde8013..767306cae6 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -153,6 +153,7 @@ public:
virtual void shiftColors() = 0;
virtual void proc32(int v1, CVideoSurface *surface) = 0;
+ virtual void proc34(int v1, int v2, int v3, bool v4) = 0;
/**
* Stops any movie currently attached to the surface
@@ -299,6 +300,7 @@ public:
virtual void shiftColors();
virtual void proc32(int v1, CVideoSurface *surface);
+ virtual void proc34(int v1, int v2, int v3, bool v4);
/**
* Stops any movie currently attached to the surface