OSDN Git Service

[Refactor] #40574 Separated gain-mutation-switcher.c/h from mutation.c
[hengbandforosx/hengbandosx.git] / src / mutation / gain-mutation-util.h
index 66827cf..f12204c 100644 (file)
@@ -8,6 +8,7 @@ typedef struct gm_type {
     int muta_which; // mutation_flag_type_1 とmutation_flag_type_2 の両対応とするため、敢えてint型で定義する
     concptr muta_desc;
     bool muta_chosen;
+    MUTATION_IDX choose_mut;
 } gm_type;
 
-gm_type *initialize_gm_type(gm_type *gm_ptr);
+gm_type *initialize_gm_type(gm_type *gm_ptr, MUTATION_IDX choose_mut);