aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-11 00:11:02 -0500
committerPaul Gilbert2013-12-11 00:11:02 -0500
commitd08953ccd94b00c1e74cfb36fb230649c4e58bae (patch)
treed1b5b6d6b18219a27225fc5ccc1dbb45f524b6e5 /engines/voyeur/files.h
parent10be9a527be4f6a0ac74cb8f916e93da712730c6 (diff)
downloadscummvm-rg350-d08953ccd94b00c1e74cfb36fb230649c4e58bae.tar.gz
scummvm-rg350-d08953ccd94b00c1e74cfb36fb230649c4e58bae.tar.bz2
scummvm-rg350-d08953ccd94b00c1e74cfb36fb230649c4e58bae.zip
VOYEUR: Implemented more of parsePlayCommands
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 4dc95fd7e7..5705608e71 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -119,7 +119,7 @@ public:
BoltFile(const Common::String &filename, BoltFilesState &state);
~BoltFile();
- bool getBoltGroup(uint32 id);
+ BoltGroup *getBoltGroup(uint32 id);
void freeBoltGroup(uint32 id);
void freeBoltMember(uint32 id);
byte *memberAddr(uint32 id);
@@ -299,6 +299,7 @@ public:
virtual ~ViewPortResource();
void setupViewPort();
+ void setupViewPort(PictureResource *pic);
int drawText(const Common::String &msg);
int textWidth(const Common::String &msg);
void addSaveRect(int pageIndex, const Common::Rect &r);
@@ -432,6 +433,7 @@ private:
void cardAction(const byte *p);
void addAudioEventStart();
void addAudioEventEnd();
+ void addVideoEventEnd();
public:
VoyeurEngine *_vm;