aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJames Brown2003-05-29 08:05:20 +0000
committerJames Brown2003-05-29 08:05:20 +0000
commitaa919f35089dc5d6b20283da0e05bc1e6277ce6e (patch)
treec6092a51cfe2f84afeeefaad222c1da3f9447903 /scumm/intern.h
parent19684947dfd372a17a046ac6d94f7fef27f6b133 (diff)
downloadscummvm-rg350-aa919f35089dc5d6b20283da0e05bc1e6277ce6e.tar.gz
scummvm-rg350-aa919f35089dc5d6b20283da0e05bc1e6277ce6e.tar.bz2
scummvm-rg350-aa919f35089dc5d6b20283da0e05bc1e6277ce6e.zip
A few small V2 detection/init changes
svn-id: r8085
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 c2a056e747..3db728ebb1 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -177,6 +177,8 @@ protected:
class Scumm_v2 : public Scumm_v3 {
protected:
void readIndexFile();
+ void readClassicIndexFile(); // V1
+ void readEnhancedIndexFile(); // V2
void loadCharset(int no);
void readMAXS();