OSDN Git Service

[Refactor] #38997 place_mirror() に player_type * 引数を追加. / Add player_type * argument...
[hengbandforosx/hengbandosx.git] / src / spells-floor.h
index 6c9b8eb..c572641 100644 (file)
@@ -4,7 +4,7 @@ extern void wiz_lite(player_type *caster_ptr, bool ninja);
 extern void wiz_dark(void);
 extern bool warding_glyph(player_type *caster_ptr);
 extern bool explosive_rune(void);
-extern bool place_mirror(void);
+extern bool place_mirror(player_type *caster_ptr);
 extern void stair_creation(player_type *caster_ptr);
 extern void map_area(POSITION range);
 extern bool destroy_area(POSITION y1, POSITION x1, POSITION r, bool in_generate);