mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-27 22:00:00 +00:00
7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
#define 1x1_width 16
|
|
#define 1x1_height 16
|
|
static char 1x1_bits[] = {
|
|
0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
|
|
0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
|
|
0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55};
|