aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-26 06:47:42 +0000
committerTravis Howell2005-04-26 06:47:42 +0000
commit2df1161e0c5f896e9bb9c2215cc4d30e0a3c12e1 (patch)
treeb5a8613c539d874a278428e11958286969f2567d /scumm/intern.h
parent5d392d90d6219c811aac32848fc14a5ea76a848c (diff)
downloadscummvm-rg350-2df1161e0c5f896e9bb9c2215cc4d30e0a3c12e1.tar.gz
scummvm-rg350-2df1161e0c5f896e9bb9c2215cc4d30e0a3c12e1.tar.bz2
scummvm-rg350-2df1161e0c5f896e9bb9c2215cc4d30e0a3c12e1.zip
Add stubs for the two smacker related opcodes in HE games.
Makes it easier to test new titles. svn-id: r17806
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index b6ab82b8f9..8de311ccfa 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1130,6 +1130,8 @@ protected:
void o90_getActorData();
void o90_startScriptUnk();
void o90_jumpToScriptUnk();
+ void o90_smackerOps();
+ void o90_getSmackerData();
void o90_wizImageOps();
void o90_getDistanceBetweenPoints();
void o90_getSpriteInfo();