/* ************************************************************************ * File: shopedit.h Part of Archipelago * * Usage: online shop editing defines A. Neil - August 1995 * * * * 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 SK_EDIT 1 #define SR_EDIT 2 #define ST_EDIT 3 #define STE1_EDIT 4 #define STE2_EDIT 5 #define SO1_EDIT 6 #define SO2_EDIT 7 #define SC1_EDIT 8 #define SC2_EDIT 9 #define SB_EDIT 10 #define SS_EDIT 11 #define SM_EDIT 12 #define SP_EDIT 13 #define SPC_EDIT 14