From 5f1e964b65060f24ffb7dcc08e4fbd3c04baeb0a Mon Sep 17 00:00:00 2001 From: James Brown Date: Sun, 20 Apr 2003 16:37:43 +0000 Subject: V1/V2 charsets are internal, so we have no load function (yet) svn-id: r7035 --- scumm/intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/intern.h') 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; -- cgit v1.2.3