ReC98/th04/score.h

7 lines
126 B
C
Raw Normal View History

#include "th02/score.h"
typedef union {
unsigned char continues_used;
unsigned char digits[SCORE_DIGITS];
} score_lebcd_t;