blob: 55347b91fccc5d630aab86aa5567db8e423309e1 (
plain)
1
2
3
4
5
|
#define player_prev2_width 9
#define player_prev2_height 9
static unsigned char player_prev2_bits[] = {
0x00, 0x00, 0x44, 0x00, 0x24, 0x00, 0x14, 0x00, 0x0c, 0x00, 0x14, 0x00,
0x24, 0x00, 0x44, 0x00, 0x00, 0x00 };
|