1 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
2 /* def.eshk.h - version 1.0.2 : added 'following' */
9 unsigned price
; /* price per unit */
13 long int robbed
; /* amount stolen by most recent customer */
14 boolean following
; /* following customer since he owes us sth */
15 schar shoproom
; /* index in rooms; set by inshop() */
16 coord shk
; /* usual position shopkeeper */
17 coord shd
; /* position shop door */
18 int shoplevel
; /* level of his shop */
20 struct bill_x bill
[BILLSZ
];
21 int visitct
; /* nr of visits by most recent customer */
22 char customer
[PL_NSIZ
]; /* most recent customer */