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

8 lines
350 B
Plaintext

#define play_width 30
#define play_height 11
static char play_bits[] = {
0x03, 0x00, 0x3c, 0x3c, 0x0f, 0x00, 0x3c, 0x3c, 0x3f, 0x00, 0x3c, 0x3c,
0xff, 0x00, 0x3c, 0x3c, 0xff, 0x03, 0x3c, 0x3c, 0xff, 0x0f, 0x3c, 0x3c,
0xff, 0x03, 0x3c, 0x3c, 0xff, 0x00, 0x3c, 0x3c, 0x3f, 0x00, 0x3c, 0x3c,
0x0f, 0x00, 0x3c, 0x3c, 0x03, 0x00, 0x3c, 0x3c};