aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJames Brown2003-04-20 16:37:43 +0000
committerJames Brown2003-04-20 16:37:43 +0000
commit5f1e964b65060f24ffb7dcc08e4fbd3c04baeb0a (patch)
tree556eb71055cb1db5cee643543c8b4ffd43119cd1 /scumm/intern.h
parent7acad3a0a0c541ba3f18d66292e5e7289afe3ab2 (diff)
downloadscummvm-rg350-5f1e964b65060f24ffb7dcc08e4fbd3c04baeb0a.tar.gz
scummvm-rg350-5f1e964b65060f24ffb7dcc08e4fbd3c04baeb0a.tar.bz2
scummvm-rg350-5f1e964b65060f24ffb7dcc08e4fbd3c04baeb0a.zip
V1/V2 charsets are internal, so we have no load function (yet)
svn-id: r7035
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 74cf658a20..35e9f8131a 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -178,7 +178,9 @@ public:
protected:
void readIndexFile();
+ void loadCharset(int no);
void readMAXS();
+
typedef void (Scumm_v2::*OpcodeProcV2)();
struct OpcodeEntryV2 {
OpcodeProcV2 proc;