OSDN Git Service

[Refactor] #37353 突然変異処理の宣言のいくつかを新規 mutation.h へ移動。 / Move declaration for mutation...
[hengband/hengband.git] / src / mutation.h
diff --git a/src/mutation.h b/src/mutation.h
new file mode 100644 (file)
index 0000000..09bf332
--- /dev/null
@@ -0,0 +1,8 @@
+/* mutation.c */
+extern bool gain_random_mutation(int choose_mut);
+extern bool lose_mutation(int choose_mut);
+extern void lose_all_mutations(void);
+extern void dump_mutations(FILE *OutFile);
+extern void do_cmd_knowledge_mutations(void);
+extern int calc_mutant_regenerate_mod(void);
+extern bool mutation_power_aux(int power);