X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fmutation.h;h=c0f481535aab88be19fe13286aa9b9806b842346;hb=7006b58015c900f753c433b6cba94c304c4b9f40;hp=7039395a0f9c04e41bb0c1ce5770e3974a67ed7c;hpb=4bebca0e789d72f11b7dfe10d1b5329743cd6b0a;p=hengband%2Fhengband.git diff --git a/src/mutation.h b/src/mutation.h index 7039395a0..c0f481535 100644 --- a/src/mutation.h +++ b/src/mutation.h @@ -1,9 +1,9 @@ /* mutation.c */ extern bool gain_mutation(player_type *creature_ptr, MUTATION_IDX choose_mut); -extern bool lose_mutation(MUTATION_IDX choose_mut); +extern bool lose_mutation(player_type *creature_ptr, MUTATION_IDX choose_mut); extern void lose_all_mutations(player_type *creature_ptr); extern void dump_mutations(player_type *creature_ptr, FILE *OutFile); -extern void do_cmd_knowledge_mutations(void); +extern void do_cmd_knowledge_mutations(player_type *creature_ptr); extern int calc_mutant_regenerate_mod(player_type *creature_ptr); -extern bool mutation_power_aux(player_type *creature_ptr, int power); +extern bool exe_mutation_power(player_type *creature_ptr, int power); extern void become_living_trump(player_type *creature_ptr);