X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fmutation.h;h=09bf3322173785e48256acc8f0593c2d58e322be;hb=refs%2Fheads%2Fmaster;hp=7039395a0f9c04e41bb0c1ce5770e3974a67ed7c;hpb=4bebca0e789d72f11b7dfe10d1b5329743cd6b0a;p=hengband%2Fhengband.git diff --git a/src/mutation.h b/src/mutation.h deleted file mode 100644 index 7039395a0..000000000 --- a/src/mutation.h +++ /dev/null @@ -1,9 +0,0 @@ -/* mutation.c */ -extern bool gain_mutation(player_type *creature_ptr, MUTATION_IDX choose_mut); -extern bool lose_mutation(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 int calc_mutant_regenerate_mod(player_type *creature_ptr); -extern bool mutation_power_aux(player_type *creature_ptr, int power); -extern void become_living_trump(player_type *creature_ptr);