From 8fd8c913af7536781a8a59bb27006b3f54087aa8 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 26 Aug 2011 09:04:51 +0200 Subject: GOB: Implement oGeisha_caress1 and oGeisha_caress2 Used in the Mastermind minigame in Chapter 2: Caress --- engines/gob/inter.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/gob/inter.h') diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 7198ec9453..f229478301 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -354,6 +354,9 @@ protected: void oGeisha_playMusic(OpGobParams ¶ms); void oGeisha_stopMusic(OpGobParams ¶ms); + void oGeisha_caress1(OpGobParams ¶ms); + void oGeisha_caress2(OpGobParams ¶ms); + int16 loadSound(int16 slot); }; -- cgit v1.2.3