aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index c2eabb668e..d4e44c1651 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -364,13 +364,9 @@ public:
void copyPalette(const int dst, const int src);
// gui specific (processing on _curPage)
- enum ShadeType {
- kShadeTypeKyra,
- kShadeTypeLol
- };
void drawLine(bool vertical, int x, int y, int length, int color);
void drawClippedLine(int x1, int y1, int x2, int y2, int color);
- void drawShadedBox(int x1, int y1, int x2, int y2, int color1, int color2, ShadeType shadeType = kShadeTypeKyra);
+ virtual void drawShadedBox(int x1, int y1, int x2, int y2, int color1, int color2);
void drawBox(int x1, int y1, int x2, int y2, int color);
// font/text handling