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

6 lines
233 B
Plaintext

#define play_status_width 12
#define play_status_height 11
static char play_status_bits[] = {
0x03, 0x00, 0x0f, 0x00, 0x3f, 0x00, 0xff, 0x00, 0xff, 0x03, 0xff, 0x0f,
0xff, 0x03, 0xff, 0x00, 0x3f, 0x00, 0x0f, 0x00, 0x03, 0x00};