OSDN Git Service

[Refactor] #37353 tot_dam_aux() to melee1.c.
[hengband/hengband.git] / src / melee.h
1 extern bool test_hit_norm(HIT_RELIABILITY chance, ARMOUR_CLASS ac, bool visible);
2 extern PERCENTAGE hit_chance(HIT_RELIABILITY chance, ARMOUR_CLASS ac);
3 extern HIT_POINT tot_dam_aux(object_type *o_ptr, HIT_POINT tdam, monster_type *m_ptr, BIT_FLAGS mode, bool thrown);
4 extern HIT_POINT critical_norm(WEIGHT weight, int plus, HIT_POINT dam, s16b meichuu, BIT_FLAGS mode);
5 extern bool py_attack(POSITION y, POSITION x, BIT_FLAGS mode);
6 extern bool make_attack_normal(MONSTER_IDX m_idx);
7