diff options
Diffstat (limited to 'engines/dm/champion.h')
-rw-r--r-- | engines/dm/champion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/champion.h b/engines/dm/champion.h index b92462d61c..6271c94fc6 100644 --- a/engines/dm/champion.h +++ b/engines/dm/champion.h @@ -405,6 +405,7 @@ public: void resetDataToStartGame(); // @ F0278_CHAMPION_ResetDataToStartGame void addCandidateChampionToParty(uint16 championPortraitIndex); // @ F0280_CHAMPION_AddCandidateChampionToParty void drawChampionBarGraphs(ChampionIndex champIndex); // @ F0287_CHAMPION_DrawBarGraphs + int16 getStaminaAdjustedValue(Champion *champ, int16 val); // @ F0306_CHAMPION_GetStaminaAdjustedValue }; |