From 0589588b7bb117e5a6aa29f66b12507430a9054c Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Fri, 11 Dec 2015 23:02:00 +0100 Subject: ILLUSIONS: BBDOU: Implement credits code and adjust existing code --- engines/illusions/screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/illusions/screen.h') diff --git a/engines/illusions/screen.h b/engines/illusions/screen.h index e22e9b16dc..b801458d82 100644 --- a/engines/illusions/screen.h +++ b/engines/illusions/screen.h @@ -134,6 +134,8 @@ public: void updateFaderPalette(); void setFader(int newValue, int firstIndex, int lastIndex); void drawText(FontResource *font, Graphics::Surface *surface, int16 x, int16 y, uint16 *text, uint count); + void fillSurface(Graphics::Surface *surface, byte color); + uint16 convertColor(byte color); uint16 getColorKey1() const { return _colorKey1; } void setColorKey1(uint16 colorKey) { _colorKey1 = colorKey; } uint16 getColorKey2() const { return _colorKey2; } -- cgit v1.2.3