aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-21 01:15:06 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit6eea379cc5d7311fde62b9f63fa175b42762a565 (patch)
treee3a35f8e28dd5097380f0d46bb2090e2b12e7782 /engines/dm/inventory.h
parent8c007d02faf933ae633a5f10694e9d1667d424c3 (diff)
downloadscummvm-rg350-6eea379cc5d7311fde62b9f63fa175b42762a565.tar.gz
scummvm-rg350-6eea379cc5d7311fde62b9f63fa175b42762a565.tar.bz2
scummvm-rg350-6eea379cc5d7311fde62b9f63fa175b42762a565.zip
DM: Add F0345_INVENTORY_DrawPanel_FoodWaterPoisoned
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 bd6f18d788..5fb3f7560f 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -17,6 +17,7 @@ public:
void drawStatusBoxPortrait(ChampionIndex championIndex); // @ F0354_INVENTORY_DrawStatusBoxPortrait
void drawPanelHorizontalBar(int16 x, int16 y, int16 pixelWidth, Color color); // @ F0343_INVENTORY_DrawPanel_HorizontalBar
void drawPanelFoodOrWaterBar(int16 amount, int16 y, Color color); // @ F0344_INVENTORY_DrawPanel_FoodOrWaterBar
+ void drawPanelFoodWaterPoisoned(); // @ F0345_INVENTORY_DrawPanel_FoodWaterPoisoned
};
} \ No newline at end of file