OSDN Git Service

[Refactor] #40236 Separated mutation-dump.c/h and knowledge-mutation.c/h from mutatio...
[hengband/hengband.git] / src / mutation.h
index c0f4815..e2759ab 100644 (file)
@@ -2,8 +2,6 @@
 extern bool gain_mutation(player_type *creature_ptr, 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(player_type *creature_ptr);
 extern int calc_mutant_regenerate_mod(player_type *creature_ptr);
 extern bool exe_mutation_power(player_type *creature_ptr, int power);
 extern void become_living_trump(player_type *creature_ptr);