aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-03 17:43:37 -0400
committerPaul Gilbert2016-07-15 19:27:13 -0400
commitfb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc (patch)
tree0ce71b408ad206b4fb2bcaa75b2faac73d6756a0 /engines/titanic/support/video_surface.h
parent3f12927b77735c17eedfbe14f36607ddc6580c83 (diff)
downloadscummvm-rg350-fb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc.tar.gz
scummvm-rg350-fb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc.tar.bz2
scummvm-rg350-fb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc.zip
TITANIC: Added CMovieManager class
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index 45c6182fe6..37afccf9e1 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -94,6 +94,11 @@ public:
virtual void loadJPEG(const CResourceKey &key) = 0;
/**
+ * Loads a Targa image file specified by the given name
+ */
+ virtual void loadTarga(const CString &name) = 0;
+
+ /**
* Loads a movie file specified by the resource key.
* @param key Resource key for movie to load
* @param destroyFlag Immediately destroy movie after decoding first frame
@@ -300,6 +305,11 @@ public:
virtual void loadJPEG(const CResourceKey &key);
/**
+ * Loads a Targa image file specified by the given name
+ */
+ virtual void loadTarga(const CString &name);
+
+ /**
* Loads a movie file specified by the resource key.
* @param key Resource key for movie to load
* @param destroyFlag Immediately destroy movie after decoding first frame