X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/b8487be54479a1ff66937082686d4db9f04f7627..4dd58b5eb4589ed8653e2e5f7d44138dcd56c357:/hack/def.objects.h diff --git a/hack/def.objects.h b/hack/def.objects.h index a7b0138d..6a239957 100644 --- a/hack/def.objects.h +++ b/hack/def.objects.h @@ -1,13 +1,13 @@ +/* $NetBSD: def.objects.h,v 1.4 1997/10/19 16:57:16 christos Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. - * - * $Id: def.objects.h,v 1.2 1993/08/02 17:16:51 mycroft Exp $ */ - +#ifndef _DEF_OBJECTS_H_ +#define _DEF_OBJECTS_H_ /* objects have letter " % ) ( 0 _ ` [ ! ? / = * */ #include "config.h" #include "def.objclass.h" -#define NULL (char *)0 struct objclass objects[] = { @@ -290,3 +290,4 @@ char obj_symbols[] = { BALL_SYM, CHAIN_SYM, ROCK_SYM, ARMOR_SYM, POTION_SYM, SCROLL_SYM, WAND_SYM, RING_SYM, GEM_SYM, 0 }; int bases[sizeof(obj_symbols)]; +#endif /* _DEF_OBJECTS_H_ */