diff options
Diffstat (limited to 'src/emap/battle.h')
-rw-r--r-- | src/emap/battle.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emap/battle.h b/src/emap/battle.h index 7ab2db2..38ce379 100644 --- a/src/emap/battle.h +++ b/src/emap/battle.h @@ -6,5 +6,11 @@ bool ebattle_check_arrows_post(bool retVal, struct map_session_data *sd); +struct Damage ebattle_calc_weapon_attack_post(struct Damage retVal, + struct block_list *src, + struct block_list *target, + uint16 skill_id, + uint16 skill_lv, + int wflag); #endif // EVOL_MAP_BATTLE |