mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-21 19:00:00 +00:00
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
#define grid16_width 16
|
|
#define grid16_height 16
|
|
static char grid16_bits[] = {
|
|
0x55, 0x55, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00};
|