mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 15:47:17 -04:00
18 lines
340 B
C
18 lines
340 B
C
#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 */ |