mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 10:09:30 -07:00
7 lines
281 B
C
7 lines
281 B
C
#define grey32_width 16
|
|
#define grey32_height 16
|
|
static char grey32_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|