blob: 7f5f59c8a50adcbc632f2c8d2064d9757477532e (
plain)
1
2
3
4
5
|
#define shelter_width 13
#define shelter_height 8
static unsigned char shelter_bits[] = {
0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0x1f, 0x1f,
0x0f, 0x1e, 0x0f, 0x1e };
|