OSDN Git Service

Added an English description for the sexy swimsuit of Milim the Valkyrie. The descrip...
[hengband/hengband.git] / src / monster-spell.h
index c563b26..0363620 100644 (file)
@@ -307,8 +307,8 @@ extern const concptr monster_powers_short[MAX_MONSPELLS];
 
 /* mspells1.c */
 extern bool clean_shot(player_type *target_ptr, POSITION y1, POSITION x1, POSITION y2, POSITION x2, bool is_friend);
-extern bool summon_possible(floor_type *floor_ptr, POSITION y1, POSITION x1);
-extern bool raise_possible(floor_type *floor_ptr, monster_type *m_ptr);
+extern bool summon_possible(player_type *target_ptr, POSITION y1, POSITION x1);
+extern bool raise_possible(player_type *target_ptr, monster_type *m_ptr);
 extern bool dispel_check(player_type *creature_ptr, MONSTER_IDX m_idx);
 extern bool spell_is_inate(SPELL_IDX spell);
 extern bool make_attack_spell(MONSTER_IDX m_idx, player_type *target_ptr);
@@ -317,7 +317,7 @@ extern void bolt(player_type *target_ptr, MONSTER_IDX m_idx, POSITION y, POSITIO
 extern void breath(player_type *target_ptr, POSITION y, POSITION x, MONSTER_IDX m_idx, EFFECT_ID typ, int dam_hp, POSITION rad, bool breath, int monspell, int target_type);
 
 /* mspells2.c */
-extern void get_project_point(floor_type *floor_ptr, POSITION sy, POSITION sx, POSITION *ty, POSITION *tx, BIT_FLAGS flg);
+extern void get_project_point(player_type *target_ptr, POSITION sy, POSITION sx, POSITION *ty, POSITION *tx, BIT_FLAGS flg);
 extern bool monst_spell_monst(player_type *target_ptr, MONSTER_IDX m_idx);
 
 /* mspells3.c */