10 lines
476 B
Plaintext
10 lines
476 B
Plaintext
#define grafikk/ghosthus_width 24
|
|
#define grafikk/ghosthus_height 24
|
|
static char grafikk/ghosthus_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x3e,0x00,0x00,0x41,0x00,0x80,0x80,0x00,
|
|
0x8c,0xb6,0x30,0x8e,0xb6,0x70,0x8e,0x80,0x70,0x18,0x49,0x18,
|
|
0x30,0x63,0x0c,0x60,0x2a,0x26,0xc0,0x1c,0x63,0x84,0x81,0x15,
|
|
0x26,0xe7,0x08,0x68,0x77,0x54,0x10,0x63,0x23,0x28,0x00,0x52,
|
|
0xc6,0x00,0x00,0x44,0x54,0x00,0x00,0x2a,0x3d,0x00,0x2a,0x6d,
|
|
0x78,0xd4,0x7c,0xf0,0xfe,0x7f,0x78,0x00,0x38,0x00,0x00,0x00};
|