mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
259 B
15 lines
259 B
#ifndef ENG_FMT_SH
|
|
|
|
#define ENG_FMT_SH
|
|
|
|
#define RES_MY40_TRANS 0
|
|
#define RES_MY31_TRANS 1
|
|
#define RES_MY30_TRANS 2
|
|
#define RES_MY25_TRANS 3
|
|
#define RES_QS19_TRANS 4
|
|
#define RES_SY31_TRANS 5
|
|
#define RES_UTF_TRANS 6
|
|
#define RES_SYPL10_TRANS 7
|
|
|
|
#endif
|
|
|