blob: 445238d03fca06b0b0c10d8e420d8433d34dba96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef RES_O_GD_MEMO_H
#define RES_O_GD_MEMO_H
enum dRes_INDEX_O_GD_MEMO {
/* BMDR */
dRes_INDEX_O_GD_MEMO_BMD_O_GD_LETTER_NOMAL_e=0x3,
};
enum dRes_ID_O_GD_MEMO {
/* BMDR */
dRes_ID_O_GD_MEMO_BMD_O_GD_LETTER_NOMAL_e=0x3,
};
enum O_GD_LETTER_NOMAL_JNT {
O_GD_LETTER_NOMAL_JNT_O_GD_LETTER_NOMAL_e=0x0,
};
#endif /* !RES_O_GD_MEMO_H */
|