aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJonathan Gray2003-02-21 00:42:51 +0000
committerJonathan Gray2003-02-21 00:42:51 +0000
commitd2ed6d1ace6cb322d3453d6d60efc026f36a3ef3 (patch)
tree575ac6646f9a7aec693ee727269863d9211ee1e6 /scumm/intern.h
parentabb308c6db71d4f09736a51995bf0a27ecc3259d (diff)
downloadscummvm-rg350-d2ed6d1ace6cb322d3453d6d60efc026f36a3ef3.tar.gz
scummvm-rg350-d2ed6d1ace6cb322d3453d6d60efc026f36a3ef3.tar.bz2
scummvm-rg350-d2ed6d1ace6cb322d3453d6d60efc026f36a3ef3.zip
add o6_shuffle and stub for o6_localizeArray
svn-id: r6629
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 71b99544c1..23b1ff78ad 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -375,6 +375,8 @@ protected:
void o6_pickVarRandom();
void o6_getDateTime();
void o6_unknownE0();
+ void o6_localizeArray();
+ void o6_shuffle();
byte VAR_VIDEONAME;