blob: ed6757e3c4d019997425bd6577537b958d0ebf47 (
plain)
1
2
3
4
5
|
#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 };
|