diff options
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 2 |
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; |