blob: 078e16965d748329ad9ca8f3b220bd79bab11ac0 [file] [log] [blame]
// MorgenGrauen MUDlib
//
// player/description.h -- player description header
//
// $Id: description.h,v 3.6 2000/02/09 15:56:25 Padreic Exp $
#include <living/description.h>
#ifndef __PLAYER_DESCRIPTION_H__
#define __PLAYER_DESCRIPTION_H__
// properties
#define P_PRESAY "presay"
#define P_TITLE "title"
#define P_AVERAGE_SIZE "average_size"
#define P_AVERAGE_WEIGHT "average_weight"
#define P_REFERENCE_OBJECT "reference_object"
#define P_DESCRIPTION "description"
#endif // __PLAYER_DESCRIPTION_H__
#ifdef NEED_PROTOTYPES
#ifndef __PLAYER_DESCRIPTION_H_PROTO__
#define __PLAYER_DESCRIPTION_H_PROTO__
// prototypes
// no prototypes
#endif // __PLAYER_DESCRIPTION_H_PROTO__
#endif // NEED_PROTOYPES