blob: e62744b1b7bbed926d9707230d5298286ce3e0c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef RES_O_GD_MARM_H
#define RES_O_GD_MARM_H
enum dRes_INDEX_O_GD_MARM {
/* BMDR */
dRes_INDEX_O_GD_MARM_BMD_O_GD_AL_MARMOR_e=0x3,
};
enum dRes_ID_O_GD_MARM {
/* BMDR */
dRes_ID_O_GD_MARM_BMD_O_GD_AL_MARMOR_e=0x3,
};
enum O_GD_AL_MARMOR_JNT {
O_GD_AL_MARMOR_JNT_O_GD_MARMOR_e=0x0,
};
#endif /* !RES_O_GD_MARM_H */
|