From a613a27b44eae68650eb9150ea146dff9befea28 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 18 Jun 2016 20:48:10 -0500 Subject: SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine) This line drawing code lives in a remodelled GfxPaint32 class that is totally separate from GfxPaint16. --- engines/sci/graphics/paint16.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/sci/graphics/paint16.h') diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h index 955cfdec8f..317388b2df 100644 --- a/engines/sci/graphics/paint16.h +++ b/engines/sci/graphics/paint16.h @@ -23,8 +23,6 @@ #ifndef SCI_GRAPHICS_PAINT16_H #define SCI_GRAPHICS_PAINT16_H -#include "sci/graphics/paint.h" - namespace Sci { class GfxPorts; @@ -36,7 +34,7 @@ class GfxView; /** * Paint16 class, handles painting/drawing for SCI16 (SCI0-SCI1.1) games */ -class GfxPaint16 : public GfxPaint { +class GfxPaint16 { public: GfxPaint16(ResourceManager *resMan, SegManager *segMan, GfxCache *cache, GfxPorts *ports, GfxCoordAdjuster *coordAdjuster, GfxScreen *screen, GfxPalette *palette, GfxTransitions *transitions, AudioPlayer *audio); ~GfxPaint16(); -- cgit v1.2.3