forked from Miroirs/x49gp
7 lines
186 B
C
7 lines
186 B
C
|
#define tiny_equal_width 5
|
||
|
#define tiny_equal_height 5
|
||
|
#define tiny_equal_x_hot 0
|
||
|
#define tiny_equal_y_hot 4
|
||
|
static unsigned char tiny_equal_bits[] = {
|
||
|
0x0f, 0x00, 0x0f, 0x00, 0x00};
|