OSDN Git Service

[Refactor] #37353 騎兵のレイシャル「荒馬慣らし」を rodeo() に分離。 / Separate Cavalry's racial skill...
[hengband/hengband.git] / src / externs.h
index 288a4b7..c71299e 100644 (file)
@@ -996,6 +996,11 @@ extern void hayagake(player_type *creature_ptr);
 extern bool double_attack(player_type *creature_ptr);
 extern bool comvert_hp_to_mp(player_type *creature_ptr);
 extern bool comvert_mp_to_hp(player_type *creature_ptr);
+extern bool demonic_breath(player_type *creature_ptr);
+extern bool mirror_concentration(player_type *creature_ptr);
+extern bool sword_dancing(player_type *creature_ptr);
+extern bool confusing_light(player_type *creature_ptr);
+extern bool rodeo(player_type *creature_ptr);
 
 /* spells3.c */
 extern bool teleport_away(MONSTER_IDX m_idx, POSITION dis, BIT_FLAGS mode);