aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorColin Snover2016-06-18 20:48:10 -0500
committerColin Snover2016-06-21 08:14:12 -0500
commita613a27b44eae68650eb9150ea146dff9befea28 (patch)
tree0aacbadabc6013a1ed45b234e14d71d9f6ea09f1 /engines/sci/sci.h
parent94328f0ec8baa96947c5b82c63bdd298ba44981d (diff)
downloadscummvm-rg350-a613a27b44eae68650eb9150ea146dff9befea28.tar.gz
scummvm-rg350-a613a27b44eae68650eb9150ea146dff9befea28.tar.bz2
scummvm-rg350-a613a27b44eae68650eb9150ea146dff9befea28.zip
SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)
This line drawing code lives in a remodelled GfxPaint32 class that is totally separate from GfxPaint16.
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 56ee2f4403..cc26db32d4 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -67,7 +67,6 @@ class GfxCoordAdjuster;
class GfxCursor;
class GfxMacIconBar;
class GfxMenu;
-class GfxPaint;
class GfxPaint16;
class GfxPaint32;
class GfxPalette;
@@ -358,7 +357,6 @@ public:
GfxPalette32 *_gfxPalette32; // Palette for 32-bit gfx
GfxRemap *_gfxRemap16; // Remapping for the QFG4 demo
GfxRemap32 *_gfxRemap32; // Remapping for 32-bit gfx
- GfxPaint *_gfxPaint;
GfxPaint16 *_gfxPaint16; // Painting in 16-bit gfx
GfxPaint32 *_gfxPaint32; // Painting in 32-bit gfx
GfxPorts *_gfxPorts; // Port managment for 16-bit gfx