]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/def.edog.h
KERNEL -> _KERNEL
[bsdgames-darwin.git] / hack / def.edog.h
1 /*
2 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
3 *
4 * $NetBSD: def.edog.h,v 1.3 1995/03/23 08:29:18 cgd Exp $
5 */
6
7 struct edog {
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 */
14 };
15 #define EDOG(mp) ((struct edog *)(&(mp->mextra[0])))