aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/penetration.h
diff options
context:
space:
mode:
authorSven Hesse2012-06-07 04:29:10 +0200
committerSven Hesse2012-06-07 04:29:10 +0200
commitc37577a950f7337889d5c705c9bc67d434ed3670 (patch)
tree5b5e026bc7e24331ba1ad3c1d0381f198fc578b9 /engines/gob/minigames/geisha/penetration.h
parent3d537e763c85bb3f16825c8b47894335568278a0 (diff)
downloadscummvm-rg350-c37577a950f7337889d5c705c9bc67d434ed3670.tar.gz
scummvm-rg350-c37577a950f7337889d5c705c9bc67d434ed3670.tar.bz2
scummvm-rg350-c37577a950f7337889d5c705c9bc67d434ed3670.zip
GOB: Hook up the Penetration minigame in the cheater
Diffstat (limited to 'engines/gob/minigames/geisha/penetration.h')
-rw-r--r--engines/gob/minigames/geisha/penetration.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/gob/minigames/geisha/penetration.h b/engines/gob/minigames/geisha/penetration.h
index 0f36453017..0336ef8dcb 100644
--- a/engines/gob/minigames/geisha/penetration.h
+++ b/engines/gob/minigames/geisha/penetration.h
@@ -50,6 +50,9 @@ public:
bool play(bool hasAccessPass, bool hasMaxEnergy, bool testMode);
+ bool isPlaying() const;
+ void cheatWin();
+
private:
static const int kModeCount = 2;
static const int kFloorCount = 3;
@@ -141,6 +144,8 @@ private:
SoundDesc _soundShoot;
SoundDesc _soundExit;
+ bool _isPlaying;
+
void init();
void deinit();