From 2f7ae1109bb94ab9b0bf1fe20d554c7124eb8465 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 29 Jan 2012 00:00:04 +0100 Subject: GOB: Add a cheat debug command - Cheat the Diving minigame to a win - Get the mastermind solution --- engines/gob/inter.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/gob/inter.h') diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 6fd4dc2187..c79b6e2260 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -33,6 +33,8 @@ namespace Gob { +class Cheater_Geisha; + namespace Geisha { class Diving; class Penetration; @@ -371,6 +373,8 @@ protected: private: Geisha::Diving *_diving; Geisha::Penetration *_penetration; + + Cheater_Geisha *_cheater; }; class Inter_v2 : public Inter_v1 { -- cgit v1.2.3