From 75ccabc325d56876dd34d4a55e2034ee66d33d0b Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 18 Jan 2016 00:12:47 -0600 Subject: SCI: Implement accurate renderer architecture for SCI32 --- engines/sci/graphics/picture.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sci/graphics/picture.h') diff --git a/engines/sci/graphics/picture.h b/engines/sci/graphics/picture.h index 2404f99b41..942fa0f107 100644 --- a/engines/sci/graphics/picture.h +++ b/engines/sci/graphics/picture.h @@ -38,6 +38,9 @@ enum { class GfxPorts; class GfxScreen; class GfxPalette; +class GfxCoordAdjuster; +class ResourceManager; +class Resource; /** * Picture class, handles loading and displaying of picture resources -- cgit v1.2.3