]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/def.eshk.h
1 /* $NetBSD: def.eshk.h,v 1.4 1997/10/19 16:56:53 christos Exp $ */
4 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
14 unsigned price
; /* price per unit */
18 long int robbed
; /* amount stolen by most recent customer */
19 boolean following
; /* following customer since he owes us sth */
20 schar shoproom
; /* index in rooms; set by inshop() */
21 coord shk
; /* usual position shopkeeper */
22 coord shd
; /* position shop door */
23 int shoplevel
; /* level of his shop */
25 struct bill_x bill
[BILLSZ
];
26 int visitct
; /* nr of visits by most recent customer */
27 char customer
[PL_NSIZ
]; /* most recent customer */
30 #endif /* _DEF_ESHK_H_ */