aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/screen.h
diff options
context:
space:
mode:
authorjohndoe1232015-12-11 23:02:00 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit0589588b7bb117e5a6aa29f66b12507430a9054c (patch)
tree134718740b2fd2397e1cfa6775c9ef04bf45eea0 /engines/illusions/screen.h
parent6ca6fb605d96e0088f4883879e790515d40a4245 (diff)
downloadscummvm-rg350-0589588b7bb117e5a6aa29f66b12507430a9054c.tar.gz
scummvm-rg350-0589588b7bb117e5a6aa29f66b12507430a9054c.tar.bz2
scummvm-rg350-0589588b7bb117e5a6aa29f66b12507430a9054c.zip
ILLUSIONS: BBDOU: Implement credits code and adjust existing code
Diffstat (limited to 'engines/illusions/screen.h')
-rw-r--r--engines/illusions/screen.h2
1 files changed, 2 insertions, 0 deletions
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; }