aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.h
diff options
context:
space:
mode:
authorSven Hesse2010-08-08 00:46:34 +0000
committerSven Hesse2010-08-08 00:46:34 +0000
commit737ef0270718c2f7fb92784f337a308967d57ce3 (patch)
tree238f83e71ed603738bd9eadb33a10365c8b9599c /engines/gob/videoplayer.h
parent933ffcaa60e8eea09054038887f9dcd2e2772473 (diff)
downloadscummvm-rg350-737ef0270718c2f7fb92784f337a308967d57ce3.tar.gz
scummvm-rg350-737ef0270718c2f7fb92784f337a308967d57ce3.tar.bz2
scummvm-rg350-737ef0270718c2f7fb92784f337a308967d57ce3.zip
VIDEO/GOB: Stub hasEmbeddedFile / getEmbeddedFile
Stubbing CoktelDecoder::hasEmbeddedFile() and CoktelDecoder::getEmbeddedFile(), formerly hasExtraData/getExtraData. svn-id: r51875
Diffstat (limited to 'engines/gob/videoplayer.h')
-rw-r--r--engines/gob/videoplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/videoplayer.h b/engines/gob/videoplayer.h
index 04c55f84cd..b932807d65 100644
--- a/engines/gob/videoplayer.h
+++ b/engines/gob/videoplayer.h
@@ -111,8 +111,8 @@ public:
uint16 getDefaultX (int slot = 0) const;
uint16 getDefaultY (int slot = 0) const;
- bool hasExtraData(const Common::String &fileName, int slot = 0) const;
- Common::MemoryReadStream *getExtraData(const Common::String &fileName, int slot = 0);
+ bool hasEmbeddedFile(const Common::String &fileName, int slot = 0) const;
+ Common::MemoryReadStream *getEmbeddedFile(const Common::String &fileName, int slot = 0);
void writeVideoInfo(const Common::String &file, int16 varX, int16 varY,
int16 varFrames, int16 varWidth, int16 varHeight);