From c31762d0c4fb1ea90de6ca725509a8ec61e26955 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Tue, 28 Jan 2014 12:57:28 +0100 Subject: BBVS: Add easter egg videos handling --- engines/bbvs/bbvs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/bbvs/bbvs.h') 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 -- cgit v1.2.3