aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-09 06:39:20 +0000
committerTravis Howell2005-04-09 06:39:20 +0000
commit73d1d63f1502a94eb27fc3186b8e012e342de87d (patch)
tree640246c0f1dffe1bd303671725ff6be28efaa665 /scumm/intern.h
parent2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7 (diff)
downloadscummvm-rg350-73d1d63f1502a94eb27fc3186b8e012e342de87d.tar.gz
scummvm-rg350-73d1d63f1502a94eb27fc3186b8e012e342de87d.tar.bz2
scummvm-rg350-73d1d63f1502a94eb27fc3186b8e012e342de87d.zip
Add opcode for chase, playable now.
svn-id: r17469
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index f68e1eb8d3..4b63c2d9f5 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1079,6 +1079,7 @@ protected:
void o90_mod();
void o90_shl();
void o90_shr();
+ void o90_xor();
void o90_findAllObjectsWithClassOf();
void o90_getPolygonOverlap();
void o90_cond();