Data Structures | Defines

eshk.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bill_x
struct  eshk

Defines

#define REPAIR_DELAY   5
#define BILLSZ   200
#define ESHK(mon)   ((struct eshk *)&(mon)->mextra[0])
#define NOTANGRY(mon)   ((mon)->mpeaceful)
#define ANGRY(mon)   (!NOTANGRY(mon))

Define Documentation

#define ANGRY (   mon )    (!NOTANGRY(mon))
#define BILLSZ   200
#define ESHK (   mon )    ((struct eshk *)&(mon)->mextra[0])
#define NOTANGRY (   mon )    ((mon)->mpeaceful)
#define REPAIR_DELAY   5

Referenced by repair_damage().