OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / status / shape-changer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void do_poly_self(player_type *creature_ptr);
6 void do_poly_wounds(player_type *creature_ptr);
7 void change_race(player_type *creature_ptr, player_race_type new_race, concptr effect_msg);
8 bool set_mimic(player_type *creature_ptr, TIME_EFFECT v, MIMIC_RACE_IDX p, bool do_dec);
9 bool set_shero(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
10 bool set_wraith_form(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
11 bool set_tsuyoshi(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);