MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
| 2 | // |
| 3 | // player/description.h -- player description header |
| 4 | // |
| 5 | // $Id: description.h,v 3.6 2000/02/09 15:56:25 Padreic Exp $ |
| 6 | |
| 7 | #include <living/description.h> |
| 8 | |
| 9 | #ifndef __PLAYER_DESCRIPTION_H__ |
| 10 | #define __PLAYER_DESCRIPTION_H__ |
| 11 | |
| 12 | // properties |
| 13 | |
| 14 | #define P_PRESAY "presay" |
| 15 | #define P_TITLE "title" |
| 16 | #define P_AVERAGE_SIZE "average_size" |
| 17 | #define P_AVERAGE_WEIGHT "average_weight" |
| 18 | #define P_REFERENCE_OBJECT "reference_object" |
| 19 | |
| 20 | #define P_DESCRIPTION "description" |
| 21 | |
| 22 | #endif // __PLAYER_DESCRIPTION_H__ |
| 23 | |
| 24 | #ifdef NEED_PROTOTYPES |
| 25 | |
| 26 | #ifndef __PLAYER_DESCRIPTION_H_PROTO__ |
| 27 | #define __PLAYER_DESCRIPTION_H_PROTO__ |
| 28 | |
| 29 | // prototypes |
| 30 | // no prototypes |
| 31 | |
| 32 | #endif // __PLAYER_DESCRIPTION_H_PROTO__ |
| 33 | |
| 34 | #endif // NEED_PROTOYPES |