10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define enchant_width 24
|
|
#define enchant_height 24
|
|
static char enchant_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x20,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x88,0x00,0x00,
|
|
0x00,0x10,0x00,0x00,0x00,0x08,0x40,0x80,0x00,0x00,0x01,0x00,
|
|
0x00,0x80,0x00,0x10,0x08,0x00,0x04,0x00,0x00,0x40,0x42,0x04,
|
|
0x00,0x10,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x01,0x00,
|
|
0x00,0x00,0x02,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|