9 lines
468 B
Plaintext
9 lines
468 B
Plaintext
#define frost_hammer_width 24
|
|
#define frost_hammer_height 24
|
|
static char frost_hammer_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7e,0x00,0xc0,0x99,0x00,0x30,0x91,0x00,
|
|
0x1c,0x32,0x00,0x26,0x4e,0x00,0x8e,0x2a,0x00,0x3a,0x09,0x00,0x54,0x13,0x00,
|
|
0xa8,0x26,0x00,0x50,0x0c,0x00,0x00,0x58,0x00,0x00,0xb0,0x00,0x00,0x60,0x00,
|
|
0x00,0xc0,0x03,0x00,0x80,0x07,0x00,0x80,0x0f,0x00,0x00,0x1d,0x00,0x00,0x3a,
|
|
0x00,0x00,0x70,0x00,0x00,0x64,0x00,0x00,0x38,0x00,0x00,0x00};
|