From f2c1600c3d68c57faa0d7607fe52420b233e34f1 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 5 Apr 2007 15:38:30 +0000 Subject: Added GobOpcodes 1 and 2 (start and stop Infogrames music) svn-id: r26385 --- engines/gob/inter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/gob/inter.h') diff --git a/engines/gob/inter.h b/engines/gob/inter.h index be7ed9fe21..d0f07d96da 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -386,6 +386,8 @@ protected: bool o2_writeData(OpFuncParams ¶ms); void o2_loadInfogramesIns(OpGobParams ¶ms); void o2_playInfogrames(OpGobParams ¶ms); + void o2_startInfogrames(OpGobParams ¶ms); + void o2_stopInfogrames(OpGobParams ¶ms); void o2_handleGoblins(OpGobParams ¶ms); }; -- cgit v1.2.3