aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-09 06:26:12 +0000
committerTravis Howell2005-04-09 06:26:12 +0000
commit2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7 (patch)
treee1adedac38540d3de64c090c3188f03489f06941 /scumm/intern.h
parentf623a5595cb201ab0d34e710f5c820d2719a8045 (diff)
downloadscummvm-rg350-2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7.tar.gz
scummvm-rg350-2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7.tar.bz2
scummvm-rg350-2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7.zip
Add opcode stub for chase
svn-id: r17468
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 5fd1fa0055..f68e1eb8d3 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1084,6 +1084,7 @@ protected:
void o90_cond();
void o90_dim2dim2Array();
void o90_redim2dimArray();
+ void o90_unknown39();
void o90_sortArray();
void o90_getObjectData();
void o90_getPaletteData();