OSDN Git Service

Merge pull request #2494 from Slimebreath6078/feature/fix_unknwon_breath
[hengbandforosx/hengbandosx.git] / src / mutation / mutation-investor-remover.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool gain_mutation(PlayerType *player_ptr, MUTATION_IDX choose_mut);
7 bool lose_mutation(PlayerType *player_ptr, MUTATION_IDX choose_mut);
8 void lose_all_mutations(PlayerType *player_ptr);