aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-09-30 14:53:34 +0000
committerJohannes Schickel2009-09-30 14:53:34 +0000
commitb8c7237d12ac766dc5db9a5731e3e50f0715cd09 (patch)
tree29127cfdb3dde538dd359568a0a79bc4ef76d729 /engines/kyra/screen_lol.h
parent03a26923c91ee608382bce6d11af4a9049fa86dc (diff)
downloadscummvm-rg350-b8c7237d12ac766dc5db9a5731e3e50f0715cd09.tar.gz
scummvm-rg350-b8c7237d12ac766dc5db9a5731e3e50f0715cd09.tar.bz2
scummvm-rg350-b8c7237d12ac766dc5db9a5731e3e50f0715cd09.zip
Cleanup: got rid of Screen::ShadeType.
svn-id: r44487
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h
index 7916cf0aca..293d0ef42c 100644
--- a/engines/kyra/screen_lol.h
+++ b/engines/kyra/screen_lol.h
@@ -49,6 +49,8 @@ public:
void fprintString(const char *format, int x, int y, uint8 col1, uint8 col2, uint16 flags, ...) GCC_PRINTF(2, 8);
void fprintStringIntro(const char *format, int x, int y, uint8 c1, uint8 c2, uint8 c3, uint16 flags, ...) GCC_PRINTF(2, 9);
+ void drawShadedBox(int x1, int y1, int x2, int y2, int color1, int color2);
+
void drawGridBox(int x, int y, int w, int h, int col);
void fadeClearSceneWindow(int delay);