From fa6eb76d6607608edc2415a827aac787915ca11f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 24 Dec 2013 16:32:50 +1100 Subject: VOYEUR: Implemented further event methods, and miscellaneous --- engines/voyeur/voyeur.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'engines/voyeur/voyeur.h') diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h index 0da5058992..7b065e6675 100644 --- a/engines/voyeur/voyeur.h +++ b/engines/voyeur/voyeur.h @@ -153,7 +153,7 @@ public: void makeViewFinderP(); void initIFace(); void checkTransition(); - bool doComputerText(int v); + bool doComputerText(int maxLen); void getComputerBrush(); /** @@ -173,10 +173,6 @@ public: void checkPhoneCall(); void doEvidDisplay(int v1, int v2); - - void addVideoEventStart(); - void addComputerEventEnd(); - void addPlainEvent(); }; } // End of namespace Voyeur -- cgit v1.2.3