OSDN Git Service

[Refactor] #38932 文字コードを UTF-8(BOM) / LF に統一。 / Unify UTF-8(BOM) + LF.
[hengband/hengband.git] / src / melee.h
index 0005250..43c008c 100644 (file)
@@ -1,6 +1,6 @@
-extern bool test_hit_norm(HIT_RELIABILITY chance, ARMOUR_CLASS ac, bool visible);\r
-extern PERCENTAGE hit_chance(HIT_RELIABILITY chance, ARMOUR_CLASS ac);\r
-extern HIT_POINT critical_norm(WEIGHT weight, int plus, HIT_POINT dam, s16b meichuu, BIT_FLAGS mode);\r
-extern bool py_attack(POSITION y, POSITION x, BIT_FLAGS mode);\r
-extern bool make_attack_normal(MONSTER_IDX m_idx);\r
-\r
+extern bool test_hit_norm(HIT_RELIABILITY chance, ARMOUR_CLASS ac, bool visible);
+extern PERCENTAGE hit_chance(HIT_RELIABILITY chance, ARMOUR_CLASS ac);
+extern HIT_POINT critical_norm(WEIGHT weight, int plus, HIT_POINT dam, s16b meichuu, BIT_FLAGS mode);
+extern bool py_attack(POSITION y, POSITION x, BIT_FLAGS mode);
+extern bool make_attack_normal(MONSTER_IDX m_idx);
+