mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
22 lines
435 B
C
22 lines
435 B
C
#ifndef RES_CRVLH_UP_H
|
|
#define RES_CRVLH_UP_H
|
|
|
|
enum dRes_INDEX_CRVLH_UP {
|
|
/* BMDR */
|
|
dRes_INDEX_CRVLH_UP_BMD_U_CRVLH_UP_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_CRVLH_UP_DZB_U_CRVLH_UP_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_CRVLH_UP {
|
|
/* BMDR */
|
|
dRes_ID_CRVLH_UP_BMD_U_CRVLH_UP_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_CRVLH_UP_DZB_U_CRVLH_UP_e=0x7,
|
|
};
|
|
|
|
enum U_CRVLH_UP_JNT {
|
|
U_CRVLH_UP_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_CRVLH_UP_H */ |