mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-07-03 00:20:01 +00:00
7 lines
278 B
Plaintext
7 lines
278 B
Plaintext
#define black_width 16
|
|
#define black_height 16
|
|
static char black_bits[] = {
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|