aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2004-01-02 13:21:13 +0000
committerTravis Howell2004-01-02 13:21:13 +0000
commitbfd8549739a2c68b2589b1880341d547aabaf747 (patch)
tree06c6565f49bc3029ed2a42dff7d3a0afd95726c4 /scumm/intern.h
parent750e18eab3beb692350cbe8e545646fc866f1090 (diff)
downloadscummvm-rg350-bfd8549739a2c68b2589b1880341d547aabaf747.tar.gz
scummvm-rg350-bfd8549739a2c68b2589b1880341d547aabaf747.tar.bz2
scummvm-rg350-bfd8549739a2c68b2589b1880341d547aabaf747.zip
Add another HE games opcode and case.
svn-id: r12084
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 3a6ea3b846..c17dee0f39 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -512,6 +512,7 @@ protected:
void o6_closeFile();
void o6_deleteFile();
void o6_readFile();
+ void o6_rename();
void o6_writeFile();
void o6_findAllObjects();
void o6_pickVarRandom();