OSDN Git Service

Merge pull request #2494 from Slimebreath6078/feature/fix_unknwon_breath
[hengbandforosx/hengbandosx.git] / src / mutation / lose-mutation-switcher.h
1 #pragma once
2
3 struct glm_type;
4 class PlayerType;
5 void switch_lose_mutation(PlayerType *player_ptr, glm_type *glm_ptr);