From 4dacf09f72a647a654c047e7340edda01023eb78 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 5 May 2005 13:16:50 +0000 Subject: Move to HE80 svn-id: r17919 --- scumm/intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index c2f0a3a430..4e49d1035a 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -952,6 +952,7 @@ protected: byte VAR_POLYGONS_ONLY; byte VAR_PLATFORM; byte VAR_WINDOWS_VERSION; + byte VAR_CURRENT_CHARSET; byte VAR_U32_VERSION; byte VAR_WIZ_TCOLOR; }; @@ -978,6 +979,8 @@ protected: virtual void initScummVars(); + virtual void initCharset(int charset); + virtual void clearDrawQueues(); void loadImgSpot(int resId, int state, int16 &x, int16 &y); -- cgit v1.2.3