10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define panther2_width 24
|
|
#define panther2_height 24
|
|
static char panther2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x78,0x00,0x00,0xfe,0x03,0x1e,0xfe,0xff,0x3f,
|
|
0xdc,0xff,0x7f,0xc0,0xff,0x5f,0xc0,0xff,0x5f,0xf8,0xc7,0x5f,
|
|
0xfc,0x83,0x4f,0x0c,0xc3,0xcd,0x00,0xc6,0x18,0x00,0xe7,0x1c};
|