blob: 9ca9877161c784aeeb3f4a09fdc9484e9040be72 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// player/life.h -- player life header
4//
5// $Id: description.h,v 3.6 2000/02/09 15:56:25 Padreic Exp $
6
7#ifndef __PLAYER_LIFE_H__
8#define __PLAYER_LIFE_H__
9
10// properties
11
12#endif // __PLAYER_LIFE_H__
13
14#ifdef NEED_PROTOTYPES
15
16#ifndef __PLAYER_LIFE_H_PROTO__
17#define __PLAYER_LIFE_H_PROTO__
18
19// prototypes
20public void force_save();
21protected int death_suffering();
22
23#endif // __PLAYER_LIFE_H_PROTO__
24
25#endif // NEED_PROTOYPES