/* ************************************************************************ * File: zoneedit.h Part of Archipelago * * Usage: online zone editing defines. A Neil - August 1996 * * * * All rights reserved. See license.doc for complete information. * * * * Archipelago is based on * * CircleMUD is based on DikuMUD, Copyright (C) 1990, 1991. * * Archipelago changes by Alastair J. Neil Copyright (C) 1993, 94, 95, 96 * ************************************************************************ */ char cy[10],wh[10],ma[10],nrm[10],gn[10],yl[10],rd[10],bgn[10],byl[10],brd[10]; char bwht[10]; #define MAIN_MODE 0 #define ZL_EDIT 1 #define ZT_EDIT 2 #define ZR_EDIT 3 #define ZO_EDIT 4