OSDN Git Service

cf2e838edca787b41c6ba45d225d0956f21f8b62
[hengband/hengband.git] / src / mutation / mutation-calculator.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int calc_mutant_regenerate_mod(player_type *creature_ptr);
6 void set_mutation_flags(player_type *creature_ptr);