2020-04-10 17:23:00 +00:00
|
|
|
#define POINTNUM_W 8
|
|
|
|
#define POINTNUM_H 8
|
|
|
|
|
|
|
|
#define POINTNUM 0
|
|
|
|
#define POINTNUM_TIMES 10
|
|
|
|
#define POINTNUM_EMPTY 12
|
|
|
|
#define POINTNUM_COUNT 13
|
|
|
|
|
2021-04-17 18:08:30 +00:00
|
|
|
extern const dot_rect_t(POINTNUM_W, POINTNUM_H) sPOINTNUMS[POINTNUM_COUNT];
|