aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-24 07:38:39 +1100
committerPaul Gilbert2013-12-24 07:38:39 +1100
commit4f9c900a039c2be64847720122382ef11090df2d (patch)
tree02cde5dfb031944a6f5247ab6569a0326acc78d4 /engines/voyeur/files.h
parent2fe3902dc923ae7219c25e9988b25c0cae6dd4e4 (diff)
downloadscummvm-rg350-4f9c900a039c2be64847720122382ef11090df2d.tar.gz
scummvm-rg350-4f9c900a039c2be64847720122382ef11090df2d.tar.bz2
scummvm-rg350-4f9c900a039c2be64847720122382ef11090df2d.zip
VOYEUR: Fixes for video camera battery countdown
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index a48dbaa3e5..61c910be49 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -456,8 +456,20 @@ private:
void savePrevious();
void setButtonFlag(int idx, byte bits);
void clearButtonFlag(int idx, byte bits);
+
+ /**
+ * Loads data needed for displaying the initial apartment screen
+ */
void loadTheApt();
+
+ /**
+ * Frees the apartment screen data
+ */
void freeTheApt();
+
+ /**
+ * Does any necessary animation at the start or end of showing the apartment.
+ */
void doAptAnim(int mode);
public:
VoyeurEngine *_vm;
@@ -495,7 +507,12 @@ public:
void parsePlayCommands();
int doInterface();
void doRoom();
+
+ /**
+ * Shows the apartment screen
+ */
int doApt();
+
void doTapePlaying();
void checkForMurder();
void checkForIncriminate();