From fc7d6c4e262feb98eab8fd9a2e75f9b6333763d9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 14 Jun 2005 03:06:56 +0000 Subject: -Add more Backyard sports titles -Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385 --- scumm/intern.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index 573edc9734..505909677d 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -1167,8 +1167,8 @@ protected: void o90_getActorData(); void o90_startScriptUnk(); void o90_jumpToScriptUnk(); - void o90_smackerOps(); - void o90_getSmackerData(); + void o90_videoOps(); + void o90_getVideoData(); void o90_wizImageOps(); void o90_getDistanceBetweenPoints(); void o90_getSpriteInfo(); @@ -1263,6 +1263,7 @@ protected: void o100_startScript(); void o100_systemOps(); void o100_cursorCommand(); + void o100_videoOps(); void o100_wait(); void o100_writeFile(); void o100_isResourceLoaded(); @@ -1272,6 +1273,7 @@ protected: void o100_readFile(); void o100_getSpriteInfo(); void o100_getWizData(); + void o100_getVideoData(); }; #endif -- cgit v1.2.3