aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/timeline.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-12 08:36:53 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit800100e2bc0a325f81bebc8993e95ded17c6fb76 (patch)
tree1e170dd0a620df7a738e0385241519ae8c91c13b /engines/dm/timeline.h
parentf7e4486d84929b85cc5c82c6a6366eb37f5766de (diff)
downloadscummvm-rg350-800100e2bc0a325f81bebc8993e95ded17c6fb76.tar.gz
scummvm-rg350-800100e2bc0a325f81bebc8993e95ded17c6fb76.tar.bz2
scummvm-rg350-800100e2bc0a325f81bebc8993e95ded17c6fb76.zip
DM: Add f260_timelineRefreshAllChampionStatusBoxes
Diffstat (limited to 'engines/dm/timeline.h')
-rw-r--r--engines/dm/timeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/timeline.h b/engines/dm/timeline.h
index ed0a5abce3..253bf812ec 100644
--- a/engines/dm/timeline.h
+++ b/engines/dm/timeline.h
@@ -185,6 +185,7 @@ public:
uint16 sourceSlotIndex, int16 destSlotIndex); // @ F0258_TIMELINE_HasWeaponMovedToSlot
void f254_timelineProcessEvent12_hideDamageReceived(uint16 champIndex); // @ F0254_TIMELINE_ProcessEvent12_HideDamageReceived
void f257_timelineProcessEvent70_light(TimelineEvent *event); // @ F0257_TIMELINE_ProcessEvent70_Light
+ void f260_timelineRefreshAllChampionStatusBoxes(); // @ F0260_TIMELINE_RefreshAllChampionStatusBoxes
};