dyrt/
dyrt/bin/
dyrt/data/MAIL/
dyrt/data/WIZ_ZONES/
dyrt/include/machine/
dyrt/src/misc/cpp/
#ifndef __EXITNAMES_H__ 
#define __EXITNAMES_H__ 


/* $Id: exitnames.h,v 1.1 1993/12/18 14:37:14 vpopesc Exp $ */

/* $Log: exitnames.h,v $
 * Revision 1.1  1993/12/18  14:37:14  vpopesc
 * Initial revision
 * */




char *ExitAbrevs[] = { "n", "e", "s", "w", "u", "d", "ne", "se", "sw", "nw",
 		     TABLE_END };
char *Exits[] = {"North", "East", "South", "West", "Up", "Down", 
                 "NorthEast", "SouthEast", "SouthWest", "NorthWest",
		 TABLE_END };

char *exits[] = {"north", "east", "south", "west", "up", "down", 
                 "northeast", "southeast", "southwest", "northwest",
		 TABLE_END };

#endif /* Add nothing past this line... */