aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJonathan Gray2003-02-15 09:39:52 +0000
committerJonathan Gray2003-02-15 09:39:52 +0000
commitabe76691bc20024611e7044fcbd42426e1477542 (patch)
tree3942659e808490f3a1dad77306b34d471a132553 /scumm/intern.h
parentd054457496883bc4ae85700f9bcfae38628e6f2a (diff)
downloadscummvm-rg350-abe76691bc20024611e7044fcbd42426e1477542.tar.gz
scummvm-rg350-abe76691bc20024611e7044fcbd42426e1477542.tar.bz2
scummvm-rg350-abe76691bc20024611e7044fcbd42426e1477542.zip
add stubs for openFile closeFile and deleteFile opcodes
svn-id: r6608
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index d188cd1c71..f105859cff 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -366,6 +366,9 @@ protected:
void o6_bor();
void o6_band();
void o6_stopTalking();
+ void o6_openFile();
+ void o6_closeFile();
+ void o6_deleteFile();
};
class Scumm_v7 : public Scumm_v6