mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-23 03:40:05 +00:00
6 lines
239 B
Plaintext
6 lines
239 B
Plaintext
#define menu12_width 12
|
|
#define menu12_height 12
|
|
static unsigned char menu12_bits[] = {
|
|
0xfe, 0x03, 0x02, 0x02, 0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x72, 0x06,
|
|
0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x02, 0x06, 0xfe, 0x07, 0xf8, 0x07};
|