6 lines
157 B
C
Raw Normal View History

2023-10-29 23:33:08 +01:00
#define src2_width 4
#define src2_height 4
static char src2_bits[] = {
0x0f,0x5f,0x40,0x00,0x00,0x00,0x00,0x2d,0x00,0x39,0x00,0x5f,0x00,0x5d,0x00,
0x30 };