1
0
Files
irix-657m-src/eoe/cmd/cdplayer/ff
2022-09-29 17:59:04 +03:00

7 lines
275 B
Plaintext

#define ff_width 24
#define ff_height 11
static char ff_bits[] = {
0x03, 0x30, 0x00, 0x0f, 0xf0, 0x00, 0x3f, 0xf0, 0x03, 0xff, 0xf0, 0x0f,
0xff, 0xf3, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x3f, 0xff, 0xf0, 0x0f,
0x3f, 0xf0, 0x03, 0x0f, 0xf0, 0x00, 0x03, 0x30, 0x00};