From 4f9c900a039c2be64847720122382ef11090df2d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 24 Dec 2013 07:38:39 +1100 Subject: VOYEUR: Fixes for video camera battery countdown --- engines/voyeur/files.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'engines/voyeur/files.h') 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(); -- cgit v1.2.3