mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-28 23:15:32 -04:00
22 lines
438 B
C
22 lines
438 B
C
#ifndef RES_L_ROPEB_L_H
|
|
#define RES_L_ROPEB_L_H
|
|
|
|
enum dRes_INDEX_L_ROPEB_L {
|
|
/* BMDR */
|
|
dRes_INDEX_L_ROPEB_L_BMD_L_ROPEB_L_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_L_ROPEB_L_DZB_L_ROPEB_L_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_L_ROPEB_L {
|
|
/* BMDR */
|
|
dRes_ID_L_ROPEB_L_BMD_L_ROPEB_L_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_L_ROPEB_L_DZB_L_ROPEB_L_e=0x7,
|
|
};
|
|
|
|
enum L_ROPEB_L_JNT {
|
|
L_ROPEB_L_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_L_ROPEB_L_H */ |