aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-19 18:05:19 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commite9a4e818f21af256eea54bf08993425c6933e998 (patch)
treee8d35042b9d2c9b5b0f6826234b3c12876abbe54 /engines/dm/gfx.h
parente64e352815cb80d4aa0b709b86ad30abb6b6ef8c (diff)
downloadscummvm-rg350-e9a4e818f21af256eea54bf08993425c6933e998.tar.gz
scummvm-rg350-e9a4e818f21af256eea54bf08993425c6933e998.tar.bz2
scummvm-rg350-e9a4e818f21af256eea54bf08993425c6933e998.zip
DM: Add F0355_INVENTORY_Toggle_CPSE
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 99d3f8f417..65322918cd 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -27,7 +27,8 @@ enum GraphicIndice {
kObjectIcons_096_TO_127 = 45, // @ C045_GRAPHIC_OBJECT_ICONS_096_TO_127
kObjectIcons_128_TO_159 = 46, // @ C046_GRAPHIC_OBJECT_ICONS_128_TO_159
kObjectIcons_160_TO_191 = 47, // @ C047_GRAPHIC_OBJECT_ICONS_160_TO_191
- kObjectIcons_192_TO_223 = 48 // @ C048_GRAPHIC_OBJECT_ICONS_192_TO_223
+ kObjectIcons_192_TO_223 = 48, // @ C048_GRAPHIC_OBJECT_ICONS_192_TO_223
+ kInventoryGraphicIndice = 17 // @ C017_GRAPHIC_INVENTORY
};
extern uint16 gPalSwoosh[16];
@@ -295,7 +296,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 clearScreenBox(Color color, Box &box, Viewport &viewport = gDefultViewPort); // @ D24_FillScreenBox
void drawDungeon(direction dir, int16 posX, int16 posY); // @ F0128_DUNGEONVIEW_Draw_CPSF
void updateScreen();
byte* getBitmap(uint16 index);