mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-19 00:49:30 -07:00
7 lines
261 B
C
7 lines
261 B
C
#define tweed_cross_width 16
|
|
#define tweed_cross_height 16
|
|
static char tweed_cross_bits[] = {
|
|
0x25,0xc2,0xe1,0x1e,0x68,0x8f,0x7a,0x38,0x5e,0x1c,0x16,0xf1,0x87,0x78,0xa4,
|
|
0x43,0xc2,0x25,0x1e,0xe1,0x8f,0x68,0x38,0x7a,0x1c,0x5e,0xf1,0x16,0x78,0x87,
|
|
0x43,0xa4};
|