10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define vatn_width 24
|
|
#define vatn_height 24
|
|
static char vatn_bits[] = {
|
|
0xe0,0xff,0x01,0x18,0x00,0x06,0xc4,0x66,0x18,0x06,0x00,0x30,
|
|
0x5a,0xb6,0x25,0x02,0x00,0x20,0xca,0xd2,0x46,0x01,0x00,0x40,
|
|
0x65,0x66,0x52,0x01,0x00,0x80,0x8d,0x6d,0xa6,0x01,0x00,0x80,
|
|
0xb5,0x96,0xad,0x01,0x00,0x80,0xa9,0x4c,0x99,0x01,0x00,0x80,
|
|
0x69,0xa5,0x9c,0x01,0x00,0xc0,0x9a,0x4d,0x4c,0x02,0x00,0x60,
|
|
0x26,0xd3,0x22,0x0c,0x00,0x58,0x30,0x62,0xbe,0xc0,0xff,0xa1};
|