aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-28 01:13:52 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitebdcac50734b4a1e297e40af6d096c52b183e4d9 (patch)
tree10c53bca4225f16c840443c67d980d2d3b8ad021 /engines/dm/inventory.h
parent49aae8932bcb4698c37516f00ae2f6728044b0bd (diff)
downloadscummvm-rg350-ebdcac50734b4a1e297e40af6d096c52b183e4d9.tar.gz
scummvm-rg350-ebdcac50734b4a1e297e40af6d096c52b183e4d9.tar.bz2
scummvm-rg350-ebdcac50734b4a1e297e40af6d096c52b183e4d9.zip
DM: Add F0333_INVENTORY_OpenAndDrawChest
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index 3f6783b37c..3232ab5d1d 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -35,6 +35,7 @@
namespace DM {
#define kChampionStatusBoxSpacing 69 // @ C69_CHAMPION_STATUS_BOX_SPACING
+#define kSlotBoxChestFirstSlot 38 // @ C38_SLOT_BOX_CHEST_FIRST_SLOT
extern Box gBoxPanel; // @ G0032_s_Graphic562_Box_Panel
@@ -68,6 +69,7 @@ public:
void closeChest(); // @ F0334_INVENTORY_CloseChest
void drawPanelScrollTextLine(int16 yPos, char *text); // @ F0340_INVENTORY_DrawPanel_ScrollTextLine
void drawPanelScroll(Scroll *scoll); // @ F0341_INVENTORY_DrawPanel_Scroll
+ void openAndDrawChest(Thing thingToOpen, Container *chest, bool isPressingEye); // @ F0333_INVENTORY_OpenAndDrawChest
};