aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-24 16:32:50 +1100
committerPaul Gilbert2013-12-24 16:32:50 +1100
commitfa6eb76d6607608edc2415a827aac787915ca11f (patch)
tree6cf02a2755114d0fca1dfcc3847197166fc66ff6 /engines/voyeur/voyeur.h
parent156f78e7cdb4c49b437c378d7239806784bcee54 (diff)
downloadscummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.tar.gz
scummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.tar.bz2
scummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.zip
VOYEUR: Implemented further event methods, and miscellaneous
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h6
1 files changed, 1 insertions, 5 deletions
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