Files
Arquivotheca.SunOS-4.1.4/games/hack/def.gold.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

14 lines
317 B
C

/* @(#)def.gold.h 1.1 94/10/31 SMI */
/* 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))