diff options
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r-- | engines/gob/inter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 84180f407d..764c7bf246 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -348,6 +348,8 @@ protected: void oGeisha_goblinFunc(OpFuncParams ¶ms); void oGeisha_loadSound(OpFuncParams ¶ms); void oGeisha_checkData(OpFuncParams ¶ms); + void oGeisha_readData(OpFuncParams ¶ms); + void oGeisha_writeData(OpFuncParams ¶ms); void oGeisha_gamePenetration(OpGobParams ¶ms); void oGeisha_gameDiving(OpGobParams ¶ms); |