From 6f87a2b2e8088d23687692ae32cb45292e6703ba Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 1 Aug 2016 23:56:32 +0300 Subject: SCI: Fix warnings --- engines/sci/engine/segment.h | 2 +- engines/sci/graphics/frameout.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h index a99f61333b..7c39050f18 100644 --- a/engines/sci/engine/segment.h +++ b/engines/sci/engine/segment.h @@ -535,7 +535,7 @@ inline void set##property(uint##size value) {\ WRITE_SCI11ENDIAN_UINT##size(_data + (offset), (value));\ } -class BitmapTable; +struct BitmapTable; /** * A convenience class for creating and modifying in-memory diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h index 1724ad94b6..42f1d80101 100644 --- a/engines/sci/graphics/frameout.h +++ b/engines/sci/graphics/frameout.h @@ -33,7 +33,7 @@ typedef Common::Array EraseListList; class GfxCoordAdjuster32; class GfxScreen; class GfxTransitions32; -class PlaneShowStyle; +struct PlaneShowStyle; /** * Frameout class, kFrameout and relevant functions for SCI32 games. -- cgit v1.2.3