9 lines
444 B
Plaintext
9 lines
444 B
Plaintext
#define neko_width 24
|
|
#define neko_height 24
|
|
static char neko_bits[] = {
|
|
0x00,0x00,0x00,0x18,0x03,0x00,0xa8,0x02,0x00,0xe8,0x02,0x00,0x18,0x03,0x00,
|
|
0x08,0x04,0x00,0x18,0x06,0x00,0x2c,0x0d,0x00,0x08,0x04,0x00,0xd4,0x0a,0x00,
|
|
0x20,0x03,0x00,0x30,0x06,0x00,0x10,0x04,0x00,0x10,0x08,0x1c,0x08,0x10,0x22,
|
|
0x08,0x10,0x4a,0x08,0x74,0x5a,0x48,0x84,0x59,0x90,0x22,0x54,0xa0,0xd2,0x53,
|
|
0xa0,0x1a,0x20,0xa0,0x12,0x00,0x90,0x0c,0x00,0x60,0x03,0x00};
|