X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fspell%2Fspells-object.h;h=020f1513e15027ccfa1e49aa50839f9ca30b76eb;hb=e733adf7572822dce4526311e2c4bb09e309b0a1;hp=33b83d1f75506f1070ef37aee7d61062807474b8;hpb=c2afbf3e7d8657cb3414fc9ab5cf7582aa57e000;p=hengband%2Fhengband.git diff --git a/src/spell/spells-object.h b/src/spell/spells-object.h index 33b83d1f7..020f1513e 100644 --- a/src/spell/spells-object.h +++ b/src/spell/spells-object.h @@ -6,7 +6,6 @@ void amusement(player_type *creature_ptr, POSITION y1, POSITION x1, int num, boo void acquirement(player_type *caster_ptr, POSITION y1, POSITION x1, int num, bool great, bool special, bool known); bool curse_armor(player_type *owner_ptr); bool curse_weapon_object(player_type *creature_ptr, bool force, object_type *o_ptr); -bool rustproof(player_type *caster_ptr); void brand_bolts(player_type *caster_ptr); bool perilous_secrets(player_type *user_ptr); void phlogiston(player_type *caster_ptr);