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,
|
|
0x00,0x00,0x00,0x00,0x01,0x00,0x20,0x20,0x00,0x00,0x00,0x00,
|
|
0x00,0x12,0x01,0x00,0x00,0x00,0x40,0x04,0x00,0x20,0x00,0x04,
|
|
0x08,0x40,0x00,0x00,0x0a,0x00,0x00,0x20,0x00,0x50,0x12,0x00,
|
|
0x00,0x00,0x00,0x40,0x00,0x02,0x00,0x00,0x00,0x00,0x88,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|