aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJonathan Gray2003-08-28 15:23:23 +0000
committerJonathan Gray2003-08-28 15:23:23 +0000
commit876fe0ac8aa0d94274af02ce38eea9ea3e058d90 (patch)
treee2f00772f833c54cc3939f13285563e245e2ebe5 /scumm/intern.h
parent62f94f15be6ac784374b771c1324b85b331906f9 (diff)
downloadscummvm-rg350-876fe0ac8aa0d94274af02ce38eea9ea3e058d90.tar.gz
scummvm-rg350-876fe0ac8aa0d94274af02ce38eea9ea3e058d90.tar.bz2
scummvm-rg350-876fe0ac8aa0d94274af02ce38eea9ea3e058d90.zip
add readINI stub (a HEv7 op)
svn-id: r9894
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 79e8e98f21..942588458a 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -514,6 +514,7 @@ protected:
void o6_shuffle();
void o6_unknownFA();
void o6_unknownEA();
+ void o6_readINI();
byte VAR_VIDEONAME;