diff options
Diffstat (limited to 'engines/dm/timeline.h')
-rw-r--r-- | engines/dm/timeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/timeline.h b/engines/dm/timeline.h index 021889dbfb..636d62db4f 100644 --- a/engines/dm/timeline.h +++ b/engines/dm/timeline.h @@ -183,6 +183,7 @@ public: uint16 slotIndex);// @ F0259_TIMELINE_ProcessEvent11Part2_MoveWeaponFromQuiverToSlot bool f258_timelineHasWeaponMovedSlot(int16 champIndex, Champion *champ, uint16 sourceSlotIndex, int16 destSlotIndex); // @ F0258_TIMELINE_HasWeaponMovedToSlot + void f254_timelineProcessEvent12_hideDamageReceived(uint16 champIndex); // @ F0254_TIMELINE_ProcessEvent12_HideDamageReceived }; |