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

7 lines
281 B
C

#define grey00_width 16
#define grey00_height 16
static char grey00_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};