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

7 lines
278 B
Plaintext

#define rew_width 24
#define rew_height 11
static char rew_bits[] = {
0x00, 0x0c, 0xc0, 0x00, 0x0f, 0xf0, 0xc0, 0x0f, 0xfc, 0xf0, 0x0f, 0xff,
0xfc, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xcf, 0xff, 0xf0, 0x0f, 0xff,
0xc0, 0x0f, 0xfc, 0x00, 0x0f, 0xf0, 0x00, 0x0c, 0xc0};