OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / mind / mind-warrior-mage.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool comvert_hp_to_mp(player_type *creature_ptr);
6 bool comvert_mp_to_hp(player_type *creature_ptr);