OSDN Git Service

English: use "power" rather than "magic" for elementalist power menu
[hengbandforosx/hengbandosx.git] / src / mind / mind-warrior-mage.h
1 #pragma once
2
3 class PlayerType;
4 bool comvert_hp_to_mp(PlayerType *player_ptr);
5 bool comvert_mp_to_hp(PlayerType *player_ptr);