6 lines
134 B
C
6 lines
134 B
C
|
/* Created with The GIMP */
|
||
|
#define max_width 4
|
||
|
#define max_height 4
|
||
|
static unsigned char max_bits[] = {
|
||
|
0x0f, 0x0f, 0x09, 0x0f };
|