summaryrefslogtreecommitdiffstats
path: root/hack/def.gold.h
blob: 808890883509c22b5ef2b0230c166628b601cad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* def.gold.h - version 1.0.2 */

struct gold {
	struct gold *ngold;
	xchar gx,gy;
	long amount;
};

extern struct gold *fgold;
struct gold *g_at();
#define newgold()	(struct gold *) alloc(sizeof(struct gold))