OSDN Git Service

[Refactor] #37353 'if 0' のプリプロを削除 / Removed pre-processor 'if 0'
[hengband/hengband.git] / src / mutation.h
index 7039395..c0f4815 100644 (file)
@@ -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);