aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-18 17:32:59 -0500
committerPaul Gilbert2014-01-18 17:32:59 -0500
commit3f50f14698193dc3f9c6904bc5d8f304d97a8b86 (patch)
tree75e878dc8d449aa1ea476a3130c117198ee69df9 /engines/voyeur/data.h
parentf084539957e461cd74179008f81791fd29f0d311 (diff)
downloadscummvm-rg350-3f50f14698193dc3f9c6904bc5d8f304d97a8b86.tar.gz
scummvm-rg350-3f50f14698193dc3f9c6904bc5d8f304d97a8b86.tar.bz2
scummvm-rg350-3f50f14698193dc3f9c6904bc5d8f304d97a8b86.zip
VOYEUR: Implemented remainder of reviewTape and dependent methods
Diffstat (limited to 'engines/voyeur/data.h')
-rw-r--r--engines/voyeur/data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/voyeur/data.h b/engines/voyeur/data.h
index 03545adea3..4fadf5b29b 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -133,6 +133,8 @@ public:
void addEvidEventEnd(int dead);
void addComputerEventStart();
void addComputerEventEnd(int v);
+ void reviewAnEvidEvent(int eventIndex);
+ void reviewComputerEvent(int eventIndex);
};
} // End of namespace Voyeur