aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-19 20:58:37 -0400
committerPaul Gilbert2016-07-15 19:23:44 -0400
commitf0889c17a46019b8b294a74d054d0c60e445190b (patch)
treed9ddfcb512eefb3bcca3307228464d27ce0c4027 /engines/titanic/support/video_surface.h
parent2267c5eb4c5addecbf0012495f84ece6d6df835d (diff)
downloadscummvm-rg350-f0889c17a46019b8b294a74d054d0c60e445190b.tar.gz
scummvm-rg350-f0889c17a46019b8b294a74d054d0c60e445190b.tar.bz2
scummvm-rg350-f0889c17a46019b8b294a74d054d0c60e445190b.zip
TITANIC: Implementing lots of cGameObject methods
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index aee28be730..8d0dd2ffac 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -178,6 +178,8 @@ public:
*/
virtual void setMovieFrame(uint frameNumber) = 0;
+ virtual void proc38(int v1, int v2) = 0;
+
/**
* Loads the surface's resource if there's one pending
*/
@@ -343,6 +345,8 @@ public:
*/
virtual void setMovieFrame(uint frameNumber);
+ virtual void proc38(int v1, int v2);
+
/**
* Loads the surface's resource if there's one pending
*/