#define land_hextile_width 16 #define land_hextile_height 16 static char land_hextile_bits[] = { 0xf8, 0x1f, 0xf3, 0xcf, 0xe7, 0xe7, 0xcf, 0xf3, 0x1f, 0xf8, 0xcf, 0xf3, 0xe7, 0xe7, 0xf3, 0xcf, 0xf8, 0x1f, 0xf3, 0xcf, 0xe7, 0xe7, 0xcf, 0xf3, 0x1f, 0xf8, 0xcf, 0xf3, 0xe7, 0xe7, 0xf3, 0xcf};