From 2308ba8aafcd4d9f4f1ef7c0281177455c8e3e14 Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Wed, 15 Dec 2004 06:48:08 +0000 Subject: moved compacts and related static data out of the scummvm.exe into an external file (available from www.lavosspawn.de/tmp/sky_cpt.zip) svn-id: r16053 --- sky/screen.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sky/screen.h') diff --git a/sky/screen.h b/sky/screen.h index 70bb4f17e4..129a575ea3 100644 --- a/sky/screen.h +++ b/sky/screen.h @@ -32,6 +32,7 @@ namespace Sky { class Disk; class SkyEngine; +class SkyCompact; struct Compact; struct dataFileHeader; @@ -51,7 +52,7 @@ typedef struct { class Screen { public: - Screen(OSystem *pSystem, Disk *pDisk); + Screen(OSystem *pSystem, Disk *pDisk, SkyCompact *skyCompact); ~Screen(void); void setPalette(uint8 *pal); void setPaletteEndian(uint8 *pal); @@ -90,6 +91,7 @@ public: private: OSystem *_system; Disk *_skyDisk; + SkyCompact *_skyCompact; static uint8 _top16Colours[16*3]; uint8 _palette[1024]; uint32 _currentPalette; -- cgit v1.2.3