#define woodfloor_width 24 #define woodfloor_height 24 static char woodfloor_bits[] = { 0xff,0xff,0xff,0x50,0x00,0x00,0x40,0x01,0x00,0x50,0x00,0x00, 0x40,0x01,0x00,0xff,0xff,0xff,0x00,0x20,0x00,0x00,0xa8,0x00, 0x00,0x20,0x00,0x00,0xa8,0x00,0xff,0xff,0xff,0x10,0x00,0x00, 0x54,0x00,0x00,0x10,0x00,0x00,0x54,0x00,0x00,0xff,0xff,0xff, 0x00,0x05,0x00,0x00,0x14,0x00,0x00,0x05,0x00,0x00,0x14,0x00, 0xff,0xff,0xff,0x00,0x00,0x2a,0x00,0x00,0x08,0x00,0x00,0x2a};