aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-19 11:47:22 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit0597fdc6584f806f9dcae69c2456464014227908 (patch)
tree64b1062782dc6b02ecd808516a579fca605a58bc /engines/dm/gfx.h
parent472778a06e141188dd157fd088873279970608db (diff)
downloadscummvm-rg350-0597fdc6584f806f9dcae69c2456464014227908.tar.gz
scummvm-rg350-0597fdc6584f806f9dcae69c2456464014227908.tar.bz2
scummvm-rg350-0597fdc6584f806f9dcae69c2456464014227908.zip
DM: Add D24_FillScreenBox
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 86a152af9c..749d4874fb 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -286,6 +286,7 @@ public:
void clearBitmap(byte *bitmap, uint16 width, uint16 height, Color color);
void clearScreen(Color color);
+ void clearScreenBox(Color color, Box &box); // @ D24_FillScreenBox
void drawDungeon(direction dir, int16 posX, int16 posY); // @ F0128_DUNGEONVIEW_Draw_CPSF
void updateScreen();
byte* getBitmap(uint16 index);