aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/champion.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-23 03:16:36 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit94bd6db7a61af0d5552f86eac06c785a027041bc (patch)
treecd7bf5d525ac34189a68fe631f43074d04c004ea /engines/dm/champion.h
parent2f6e8a8e64ac2e5bc641532f0dd2ff10915cc469 (diff)
downloadscummvm-rg350-94bd6db7a61af0d5552f86eac06c785a027041bc.tar.gz
scummvm-rg350-94bd6db7a61af0d5552f86eac06c785a027041bc.tar.bz2
scummvm-rg350-94bd6db7a61af0d5552f86eac06c785a027041bc.zip
DM: Add F0291_CHAMPION_DrawSlot, G0425_aT_ChestSlots and constructor to Viewport, swap some warnings for code
Diffstat (limited to 'engines/dm/champion.h')
-rw-r--r--engines/dm/champion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/champion.h b/engines/dm/champion.h
index 4cc32c51f4..2b2aaf9cb1 100644
--- a/engines/dm/champion.h
+++ b/engines/dm/champion.h
@@ -416,6 +416,7 @@ public:
void drawChampionState(ChampionIndex champIndex); // @ F0292_CHAMPION_DrawState
uint16 championIconIndex(int16 val, direction dir); // @ M26_CHAMPION_ICON_INDEX
void drawHealthStaminaManaValues(Champion *champ); // @ F0290_CHAMPION_DrawHealthStaminaManaValues
+ void drawSlot(uint16 champIndex, ChampionSlot slotIndex); // @ F0291_CHAMPION_DrawSlot
};