5 lines
220 B
C
5 lines
220 B
C
#define player_pause_width 9
|
|
#define player_pause_height 9
|
|
static unsigned char player_pause_bits[] = {
|
|
0x00, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0xc6, 0x00,
|
|
0xc6, 0x00, 0xc6, 0x00, 0x00, 0x00 };
|