summaryrefslogtreecommitdiffstats
path: root/hack/def.gold.h
blob: 5564d3b14182fd74a3f50530b976c1e83f5eef01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
 *
 *	$Id: def.gold.h,v 1.2 1993/08/02 17:16:45 mycroft Exp $
 */

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))