blob: 18cfb60dee91e43e6ee37bf96b27cba510a84528 (
plain)
1
2
3
4
5
|
#define box_plus_width 9
#define box_plus_height 9
static unsigned char box_plus_bits[] = {
0xff, 0x01, 0x01, 0x01, 0x11, 0x01, 0x11, 0x01, 0x7d, 0x01, 0x11, 0x01,
0x11, 0x01, 0x01, 0x01, 0xff, 0x01 };
|