#include <perms.h>
static const int Mitems = 14;
static const int Poly = 1;
static const int Diff = 2;
static const int Metal1 = 4;
static const int Metal2 = 8;
static const int Pwell = 16;
static const int Contact = 32;
static const int Alllayers = 63;
static const int Grid = 64;
static const int Menuback = 128;
static const int Brokenwindowframelr[14 /*1:14*/] = {
    1, 2, 4, 8, 128, 128, 1, 2, 1, 2, 16, [11 ... 13] = 128};
static const int Windowframelr[14 /*1:14*/] = {
    1, 2, 4, 8, 128, 128, 1, 2, 1, 2, 16, [11 ... 13] = 128};
