monster
struct monster Othermonster; /* to find a name for mimics */
#define SZ_MONSTERSTRUCT sizeof(struct monster) /* size of monster structure */
struct monster Curmonster;/* stats for current monster */
extern struct monster Curmonster;/* stats for current monster */