aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 764c7bf246..c84cc384ce 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -345,6 +345,7 @@ protected:
virtual void setupOpcodesGob();
void oGeisha_loadCursor(OpFuncParams &params);
+ void oGeisha_loadTot(OpFuncParams &params);
void oGeisha_goblinFunc(OpFuncParams &params);
void oGeisha_loadSound(OpFuncParams &params);
void oGeisha_checkData(OpFuncParams &params);
@@ -361,6 +362,8 @@ protected:
void oGeisha_caress2(OpGobParams &params);
int16 loadSound(int16 slot);
+
+ bool keyPressed();
};
class Inter_v2 : public Inter_v1 {