32c5440147
handling. Patches found (slightly adapted) from www.live.com
21 lines
324 B
C
21 lines
324 B
C
#define directory_width 16
|
|
#define directory_height 16
|
|
static unsigned char directory_bits[] = {
|
|
0x00, 0x00,
|
|
0x7c, 0x00,
|
|
0x82, 0x00,
|
|
0x01, 0xff,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0x01, 0xc0,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
};
|