blob: c587fc4f734c58740d056b8160b05671d37d3774 (
plain)
1
2
3
4
5
|
#define flag_width 9
#define flag_height 9
static unsigned char flag_bits[] = {
0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xff, 0x01, 0x01, 0x00,
0x01, 0x00, 0x01, 0x00, 0x01, 0x00 };
|