Files
tiles-and-such/Bitmaps/thyssen/patterns/grey_32_00.xbm
2018-02-19 18:28:35 -05:00

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};