aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-28 13:07:50 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit17f2a7f2e64caddaf437bac9947c1e15e659725b (patch)
tree5c214b6621e451e204702107484d8b2054573ff7 /engines/dm/inventory.h
parentd6af931ad7d921e3a6e947634c4efcffef6545d0 (diff)
downloadscummvm-rg350-17f2a7f2e64caddaf437bac9947c1e15e659725b.tar.gz
scummvm-rg350-17f2a7f2e64caddaf437bac9947c1e15e659725b.tar.bz2
scummvm-rg350-17f2a7f2e64caddaf437bac9947c1e15e659725b.zip
DM: Add F0332_INVENTORY_DrawIconToViewport
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index 3232ab5d1d..4b06ce0e79 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -70,6 +70,7 @@ public:
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
+ void drawIconToViewport(IconIndice iconIndex, int16 xPos, int16 yPos); // @ F0332_INVENTORY_DrawIconToViewport
};