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,0x80,0x04,0x00,
|
|
0x00,0x00,0x00,0x80,0x50,0x00,0x20,0x25,0x00,0x00,0x00,0x00,
|
|
0x00,0x80,0x00,0x20,0x07,0x00,0x40,0x28,0x00,0x80,0x84,0x00,
|
|
0x00,0x00,0x00,0x00,0x44,0x00,0x00,0x20,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|