diff --git a/CInterface/Battling/EventData.cpp b/CInterface/Battling/EventData.cpp index cfc59a2..5c8fc00 100644 --- a/CInterface/Battling/EventData.cpp +++ b/CInterface/Battling/EventData.cpp @@ -17,3 +17,5 @@ SIMPLE_GET_FUNC(DamageEvent, GetNewHealth, uint32_t); SIMPLE_GET_FUNC(HealEvent, GetCreature, Creature*); SIMPLE_GET_FUNC(HealEvent, GetOriginalHealth, uint32_t); SIMPLE_GET_FUNC(HealEvent, GetNewHealth, uint32_t); + +SIMPLE_GET_FUNC(FaintEvent, GetCreature, Creature*);