Files
2017-10-19 12:40:28 -04:00

14 lines
279 B
Plaintext

#define wings_width 31
#define wings_height 8
static char wings_bits[] = {
0x00, 0x00, 0x00, 0x00,
0x00, 0x38, 0x0e, 0x00,
0x00, 0x46, 0x31, 0x00,
0x80, 0xb9, 0xce, 0x00,
0x71, 0xa6, 0x32, 0x47,
0xfe, 0x3f, 0xfe, 0x3f,
0xf0, 0xc1, 0xc1, 0x07,
0x00, 0xc0, 0x01, 0x00,
};