X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fexterns.h;h=bebb5934c1e5cadb12888f22c1f4460317f88c90;hb=498e3a347fc42ccf549c4e9bf939456de3c30746;hp=60952f5d34bca55bb9b7d85d34ddccda9af490b3;hpb=7007cf96bdac92aa1d309fa2c82565c55d661bd9;p=hengband%2Fhengband.git diff --git a/src/externs.h b/src/externs.h index 60952f5d3..bebb5934c 100644 --- a/src/externs.h +++ b/src/externs.h @@ -1176,6 +1176,9 @@ extern bool_hack heroism(int base); extern bool_hack cure_light_wounds(int dice, int sides); extern bool_hack cure_serious_wounds(int dice, int sides); extern bool_hack cure_critical_wounds(HIT_POINT pow); +extern bool_hack true_healing(HIT_POINT pow); +extern bool_hack restore_mana(bool_hack magic_eater); +extern bool restore_all_status(void); /* spells3.c */ extern bool teleport_away(MONSTER_IDX m_idx, int dis, BIT_FLAGS mode);