/
lib/objects/
lib/rooms/
lib/scripts/
lib/security/
src/banner/
src/util/
#ifndef _AREA_
#define _AREA_

/*
 *  these defines are to make differentiation easier
 */

#define MIDGAARD  0
#define NEWTHALOS 1

#define MORDILNIA 2
#define CARAVAN   3
#define TROGCAVES 4
#define OUTPOST   5
#define PRYDAIN   6

#endif