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,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x19,0x00,0x80,0x02,0x00,0x00,0x34,0x00,
|
|
0x80,0x1a,0x00,0x00,0x06,0x00,0x00,0x49,0x00,0x00,0x08,0x00,
|
|
0x00,0x11,0x00,0x00,0x28,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|