]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.gold.h
.Nm does not need a dummy argument ("") before punctuation or
[bsdgames-darwin.git] / hack / def.gold.h
index 808890883509c22b5ef2b0230c166628b601cad0..426783f2f4d1e3fe53653fa7f19b9e1bc25bef7d 100644 (file)
@@ -1,12 +1,16 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.gold.h - version 1.0.2 */
+/*     $NetBSD: def.gold.h,v 1.4 1997/10/19 16:57:03 christos Exp $    */
 
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+#ifndef _DEF_GOLD_H_
+#define _DEF_GOLD_H_
 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))
+extern struct gold *fgold;
+#endif /* _DEF_GOLD_H_ */