X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fexterns.h;h=62dccc27469e78675b89e6f3e0fc5b4d3ac98728;hb=f028aed3d6bb2084e95641800b4616478531337c;hp=a8a90ff5a57e3b220a7d2940221abd8814fc5b60;hpb=2b2fa4b1856713b776c1f05fe3db9eae7ee93742;p=hengband%2Fhengband.git diff --git a/src/externs.h b/src/externs.h index a8a90ff5a..62dccc274 100644 --- a/src/externs.h +++ b/src/externs.h @@ -1173,8 +1173,14 @@ extern void cast_invoke_spirits(int dir); extern void cast_shuffle(void); extern bool_hack life_stream(bool_hack message, bool_hack virtue); extern bool_hack heroism(int base); -extern bool_hack cure_light_wound(int dice, int sides); -extern bool_hack cure_serious_wound(int dice, int sides); +extern bool_hack berserk(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); +extern void stop_mouth(void); /* spells3.c */ extern bool teleport_away(MONSTER_IDX m_idx, int dis, BIT_FLAGS mode);