From 3ad4433adfd6c31b92d37d057ad677f9e971b836 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 5 Feb 2010 12:14:03 +0000 Subject: SCI: renamed SciGuiPicture to GfxPicture svn-id: r47899 --- engines/sci/graphics/picture.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/sci/graphics/picture.h') diff --git a/engines/sci/graphics/picture.h b/engines/sci/graphics/picture.h index 85c2696533..f0e6cca690 100644 --- a/engines/sci/graphics/picture.h +++ b/engines/sci/graphics/picture.h @@ -33,13 +33,13 @@ namespace Sci { #define SCI_PATTERN_CODE_PENSIZE 0x07 class GfxPorts; -class Screen; -class SciPalette; +class GfxScreen; +class GfxPalette; -class SciGuiPicture { +class GfxPicture { public: - SciGuiPicture(ResourceManager *resMan, GfxPorts *ports, GfxScreen *screen, GfxPalette *palette, GuiResourceId resourceId, bool EGAdrawingVisualize = false); - ~SciGuiPicture(); + GfxPicture(ResourceManager *resMan, GfxPorts *ports, GfxScreen *screen, GfxPalette *palette, GuiResourceId resourceId, bool EGAdrawingVisualize = false); + ~GfxPicture(); GuiResourceId getResourceId(); void draw(int16 animationNr, bool mirroredFlag, bool addToFlag, int16 EGApaletteNo); -- cgit v1.2.3