From 869d342e9f110374683002d405803d01d365119b Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Thu, 10 Dec 2015 22:16:25 +0100 Subject: ILLUSIONS: BBDOU: Implement getOverlappedObjectAccurate and related functions --- engines/illusions/screen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/illusions/screen.h') diff --git a/engines/illusions/screen.h b/engines/illusions/screen.h index 6c3e83b8ee..e22e9b16dc 100644 --- a/engines/illusions/screen.h +++ b/engines/illusions/screen.h @@ -181,6 +181,9 @@ public: void drawSurface20(Common::Rect &dstRect, Graphics::Surface *surface, Common::Rect &srcRect, uint16 colorKey); void drawSurface21(Common::Rect &dstRect, Graphics::Surface *surface, Common::Rect &srcRect); + bool isSpritePixelSolid16(Common::Point &testPt, Common::Point &drawPosition, Common::Point &drawOffset, + const SurfInfo &surfInfo, int16 scale, uint flags, byte *compressedPixels); + uint16 convertFontColor(byte color); }; -- cgit v1.2.3