aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-10 20:47:05 -0500
committerPaul Gilbert2013-12-10 20:47:05 -0500
commit966065269574f258d6106e2a48f23b6d5cf6da9a (patch)
tree3ae8115ceca1263a721c668a2cace38f3ea65ae0 /engines/voyeur/files.h
parent573e2c143dd34658c23f9c5820bb8eac0262ad9b (diff)
downloadscummvm-rg350-966065269574f258d6106e2a48f23b6d5cf6da9a.tar.gz
scummvm-rg350-966065269574f258d6106e2a48f23b6d5cf6da9a.tar.bz2
scummvm-rg350-966065269574f258d6106e2a48f23b6d5cf6da9a.zip
VOYEUR: More of parsePlayCommands implemented
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 12791cb8c0..4dc95fd7e7 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -431,6 +431,7 @@ private:
const byte *getNextRecord(const byte *p);
void cardAction(const byte *p);
void addAudioEventStart();
+ void addAudioEventEnd();
public:
VoyeurEngine *_vm;