Fix initialisation of wide char support in FILE. Problem reported
[dragonfly/netmp.git] / games / hack / def.gold.h
blob808890883509c22b5ef2b0230c166628b601cad0
1 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
2 /* def.gold.h - version 1.0.2 */
4 struct gold {
5 struct gold *ngold;
6 xchar gx,gy;
7 long amount;
8 };
10 extern struct gold *fgold;
11 struct gold *g_at();
12 #define newgold() (struct gold *) alloc(sizeof(struct gold))