OSDN Git Service

[Refactor] #37353 忍者の早駆けを hayagake() に分離。 / Separate Ninja's racial skill to hayagake().
[hengband/hengband.git] / src / externs.h
index 4c9460e..67348b1 100644 (file)
@@ -992,6 +992,7 @@ extern bool psychometry(void);
 extern bool draconian_breath(player_type *creature_ptr);
 extern bool android_inside_weapon(player_type *creature_ptr);
 extern bool create_ration(player_type *crature_ptr);
+extern void hayagake(player_type *creature_ptr);
 
 /* spells3.c */
 extern bool teleport_away(MONSTER_IDX m_idx, POSITION dis, BIT_FLAGS mode);