diff options
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r-- | engines/voyeur/voyeur.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h index 31f05fb2c2..a48f9c2784 100644 --- a/engines/voyeur/voyeur.h +++ b/engines/voyeur/voyeur.h @@ -155,7 +155,15 @@ public: void checkTransition(); bool doComputerText(int v); void getComputerBrush(); + + /** + * Displays the time/charge remaining on the video camera screen + */ void doTimeBar(bool force); + + /** + * If necessary, flashes the time remaining bar on the video camera screen + */ void flashTimeBar(); void checkPhoneCall(); void doEvidDisplay(int v1, int v2); |