aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-28 19:27:58 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commite9622e27b16fda6c5e87d092f2ad477c35966fc1 (patch)
tree4332a0e211b3e7cb45af7afd0f750be87524b468 /engines/dm/inventory.h
parente0d89afbc30a36d5825e637a06da0e695a91b57a (diff)
downloadscummvm-rg350-e9622e27b16fda6c5e87d092f2ad477c35966fc1.tar.gz
scummvm-rg350-e9622e27b16fda6c5e87d092f2ad477c35966fc1.tar.bz2
scummvm-rg350-e9622e27b16fda6c5e87d092f2ad477c35966fc1.zip
DM: Add f349_processCommand70_clickOnMouth
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 106e4cd24d..a115c9819f 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -83,6 +83,8 @@ public:
void f351_drawChampionSkillsAndStatistics(); // @ F0351_INVENTORY_DrawChampionSkillsAndStatistics
void f350_drawStopPressingMouth(); // @ F0350_INVENTORY_DrawStopPressingMouth
void f353_drawStopPressingEye();// @ F0353_INVENTORY_DrawStopPressingEye
+ void f349_processCommand70_clickOnMouth(); // @ F0349_INVENTORY_ProcessCommand70_ClickOnMouth
+ void f348_adjustStatisticCurrentValue(Champion *champ, uint16 statIndex, int16 valueDelta); // @ F0348_INVENTORY_AdjustStatisticCurrentValue
};