aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/bbvs.h
diff options
context:
space:
mode:
authorjohndoe1232014-01-28 12:57:28 +0100
committerjohndoe1232014-01-30 20:16:38 +0100
commitc31762d0c4fb1ea90de6ca725509a8ec61e26955 (patch)
tree5bcc706af4a76ff0ef9492aaac3970811b18c50f /engines/bbvs/bbvs.h
parent8fcfe6100396b4ae02d53b546cd57693152c3dda (diff)
downloadscummvm-rg350-c31762d0c4fb1ea90de6ca725509a8ec61e26955.tar.gz
scummvm-rg350-c31762d0c4fb1ea90de6ca725509a8ec61e26955.tar.bz2
scummvm-rg350-c31762d0c4fb1ea90de6ca725509a8ec61e26955.zip
BBVS: Add easter egg videos handling
Diffstat (limited to 'engines/bbvs/bbvs.h')
-rw-r--r--engines/bbvs/bbvs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/bbvs/bbvs.h b/engines/bbvs/bbvs.h
index 8d9ccc0279..a896e9db4a 100644
--- a/engines/bbvs/bbvs.h
+++ b/engines/bbvs/bbvs.h
@@ -300,6 +300,8 @@ public:
byte *_snapshot;
Common::SeekableMemoryWriteStream *_snapshotStream;
+ char _easterEggInput[7];
+
void updateEvents();
int getRandom(int max);
@@ -366,6 +368,7 @@ public:
void playVideo(int videoNum);
void runMainMenu();
+ void checkEasterEgg(char key);
// Savegame API