mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 04:06:45 +00:00
7 lines
263 B
C
7 lines
263 B
C
#define sm_folder_width 16
|
|
#define sm_folder_height 13
|
|
static unsigned char sm_folder_bits[] = {
|
|
0x3c, 0x00, 0x42, 0x00, 0xff, 0x7f, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80,
|
|
0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80,
|
|
0xff, 0xff};
|