aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index 2dde65c5d3..8cf13259dc 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -84,11 +84,44 @@ private:
void playStamp();
void initStamp();
void closeStamp();
+
+ /**
+ * Shows the game ending title animation
+ */
+ void doTailTitle();
+
+ /**
+ * Shows the game ending credits
+ */
+ void doClosingCredits();
+
+ /**
+ * Shows the final anti-piracy message before exiting the game
+ */
+ void doPiracy();
+
void reviewTape();
+
+ /**
+ * Shows the TV gossip animation
+ */
void doGossip();
+
+ /**
+ * Shows the animation of the VCR tape during the 'Call the Police' sequence
+ */
void doTapePlaying();
+
+ /**
+ * Does a check as to whether a murder has been witnessed
+ */
bool checkForMurder();
+
+ /**
+ * Does a check for whether incriminating evidence has been revealed
+ */
bool checkForIncriminate();
+
void playAVideoEvent(int eventIndex);
int getChooseButton();
protected: