]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/def.gold.h
Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros for host programs -
[bsdgames-darwin.git] / hack / def.gold.h
1 /* $NetBSD: def.gold.h,v 1.4 1997/10/19 16:57:03 christos Exp $ */
2
3 /*
4 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
5 */
6 #ifndef _DEF_GOLD_H_
7 #define _DEF_GOLD_H_
8 struct gold {
9 struct gold *ngold;
10 xchar gx,gy;
11 long amount;
12 };
13
14 #define newgold() (struct gold *) alloc(sizeof(struct gold))
15 extern struct gold *fgold;
16 #endif /* _DEF_GOLD_H_ */