13 lines
628 B
C
13 lines
628 B
C
|
/* <20>2002 David Kastrup, GPL */
|
|||
|
#define prevwork_width 24
|
|||
|
#define prevwork_height 24
|
|||
|
#define prevwork_x_hot 0
|
|||
|
#define prevwork_y_hot 20
|
|||
|
static unsigned char prevwork_bits[] = {
|
|||
|
0x00, 0x3c, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x7e, 0x00,
|
|||
|
0x00, 0xe7, 0x00, 0x00, 0xe7, 0x00, 0x80, 0xc3, 0x01, 0x80, 0xc3, 0x01,
|
|||
|
0xc0, 0x81, 0x03, 0xc0, 0x81, 0x03, 0xe0, 0x30, 0x07, 0xe0, 0x3f, 0x07,
|
|||
|
0x70, 0x0d, 0x0e, 0x70, 0x0d, 0x0e, 0x38, 0x0e, 0x1c, 0x38, 0x0f, 0x1c,
|
|||
|
0x1c, 0x1f, 0x38, 0x9c, 0xa5, 0x3b, 0x8e, 0xc4, 0x77, 0xce, 0xe4, 0x7f,
|
|||
|
0x47, 0xec, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|