mirror of https://github.com/zeldaret/tp.git
22 lines
408 B
C
22 lines
408 B
C
#ifndef RES_P_PCNDL_H
|
|
#define RES_P_PCNDL_H
|
|
|
|
enum dRes_INDEX_P_PCNDL {
|
|
/* BMDR */
|
|
dRes_INDEX_P_PCNDL_BMD_P_PCNDL_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_P_PCNDL_DZB_P_PCNDL_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_P_PCNDL {
|
|
/* BMDR */
|
|
dRes_ID_P_PCNDL_BMD_P_PCNDL_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_P_PCNDL_DZB_P_PCNDL_e=0x7,
|
|
};
|
|
|
|
enum P_PCNDL_JNT {
|
|
P_PCNDL_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_P_PCNDL_H */ |