10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define Fertility_width 24
|
|
#define Fertility_height 24
|
|
static char Fertility_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0x7f, 0xfc, 0xff, 0x3f,
|
|
0x38, 0x00, 0x1c, 0x70, 0x00, 0x0e, 0xe0, 0x00, 0x07, 0xc0, 0x81, 0x03,
|
|
0x80, 0xc3, 0x01, 0x00, 0xe7, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x3c, 0x00,
|
|
0x00, 0x3c, 0x00, 0x00, 0x7e, 0x00, 0x00, 0xe7, 0x00, 0x80, 0xc3, 0x01,
|
|
0xc0, 0x81, 0x03, 0xe0, 0x00, 0x07, 0x70, 0x00, 0x0e, 0x38, 0x00, 0x1c,
|
|
0xfc, 0xff, 0x3f, 0xfe, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|