]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/def.edog.h
2 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
4 * $NetBSD: def.edog.h,v 1.3 1995/03/23 08:29:18 cgd Exp $
8 long hungrytime
; /* at this time dog gets hungry */
9 long eattime
; /* dog is eating */
10 long droptime
; /* moment dog dropped object */
11 unsigned dropdist
; /* dist of drpped obj from @ */
12 unsigned apport
; /* amount of training */
13 long whistletime
; /* last time he whistled */
15 #define EDOG(mp) ((struct edog *)(&(mp->mextra[0])))