OSDN Git Service

Merge pull request #480 from iks3/fix-psi-drain
[hengbandforosx/hengbandosx.git] / src / mutation / lose-mutation-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct glm_type glm_type;
6 void switch_lose_mutation(player_type *creature_ptr, glm_type *glm_ptr);