aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-12 02:29:50 +0000
committerTravis Howell2005-04-12 02:29:50 +0000
commitdea27e2c63bbedcc1dfb51bfb1c0ace902281e2e (patch)
tree130ba16262b7e4618f95fd10b5a61fcc6aac43c2 /scumm/intern.h
parente096cf83f28025233728f4e7b6cf80ee85ca6aad (diff)
downloadscummvm-rg350-dea27e2c63bbedcc1dfb51bfb1c0ace902281e2e.tar.gz
scummvm-rg350-dea27e2c63bbedcc1dfb51bfb1c0ace902281e2e.tar.bz2
scummvm-rg350-dea27e2c63bbedcc1dfb51bfb1c0ace902281e2e.zip
Work in progress on opcodeE0 for HE games.
Cleanup. svn-id: r17560
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 a1ffcc8293..408a2a90ab 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -872,6 +872,8 @@ protected:
void loadImgSpot(int resId, int state, int16 &x, int16 &y);
void loadWizCursor(int resId);
+ void unknownE0(int x1, int y1, int x, int cycles, int arg_10, int type, int resNum);
+ void unknownE0Helper(int x, int y, int flags);
/* HE version 80 script opcodes */
void o80_loadSBNG();