aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/penetration.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/minigames/geisha/penetration.h')
-rw-r--r--engines/gob/minigames/geisha/penetration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/minigames/geisha/penetration.h b/engines/gob/minigames/geisha/penetration.h
index a5740382c6..f717e7219b 100644
--- a/engines/gob/minigames/geisha/penetration.h
+++ b/engines/gob/minigames/geisha/penetration.h
@@ -122,6 +122,7 @@ private:
SoundDesc _soundBite;
SoundDesc _soundKiss;
SoundDesc _soundShoot;
+ SoundDesc _soundExit;
void init();
@@ -142,12 +143,15 @@ private:
bool isWalkable(int16 x, int16 y) const;
+ void checkExits();
void checkShields();
void checkMouths();
void healthGain(int amount);
void healthLose(int amount);
+ void checkExited();
+
bool isDead() const;
bool hasWon() const;
};