mirror of https://github.com/nmlgc/ReC98.git
10 lines
202 B
C
10 lines
202 B
C
|
#define POINTNUM_W 8
|
||
|
#define POINTNUM_H 8
|
||
|
|
||
|
#define POINTNUM 0
|
||
|
#define POINTNUM_TIMES 10
|
||
|
#define POINTNUM_EMPTY 12
|
||
|
#define POINTNUM_COUNT 13
|
||
|
|
||
|
extern const dots8_t sPOINTNUMS[POINTNUM_COUNT][POINTNUM_H];
|