diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/chc.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/include/chc.h b/include/chc.h index bc12c395..d78cbe8a 100644 --- a/include/chc.h +++ b/include/chc.h @@ -7,13 +7,22 @@ */ #define SIDE_ROW 7 -#define TURN_ROW (chcd->photo ? 19 : 8) +#define REAL_TURN_ROW 8 #define STEP_ROW 9 -#define TIME_ROW (chcd->photo ? 20 : 10) -#define WARN_ROW 12 +#define REAL_TIME_ROW1 10 +#define REAL_TIME_ROW2 11 +#define WARN_ROW 13 #define MYWIN_ROW 17 #define HISWIN_ROW 18 +#define PHOTO_TURN_ROW 19 +#define PHOTO_TIME_ROW1 20 +#define PHOTO_TIME_ROW2 21 + +/* virtual lines */ +#define TURN_ROW 128 +#define TIME_ROW 129 + #define CHC_VERSUS 1 /* Âù¤H */ #define CHC_WATCH 2 /* Æ[´Ñ */ #define CHC_PERSONAL 4 /* ¥´ÃÐ */ |