Files
tiles-and-such/Bitmaps/freaknet.org/bitmaps/bmenu/stretch
2017-10-19 12:40:28 -04:00

22 lines
294 B
Plaintext

#define stretch_width 16
#define stretch_height 16
static char stretch_bits[] = {
0x00, 0x00,
0x3e, 0x55,
0x3e, 0x55,
0x3e, 0x55,
0x3e, 0x55,
0x3e, 0x55,
0x00, 0x00,
0x00, 0x00,
0x3e, 0x55,
0x00, 0x00,
0x3e, 0x55,
0x00, 0x00,
0x3e, 0x55,
0x00, 0x00,
0x3e, 0x55,
0x00, 0x00,
};