mirror of https://github.com/zeldaret/tp.git
22 lines
408 B
C
22 lines
408 B
C
#ifndef RES_P_RWALL_H
|
|
#define RES_P_RWALL_H
|
|
|
|
enum dRes_INDEX_P_RWALL {
|
|
/* BMDR */
|
|
dRes_INDEX_P_RWALL_BMD_P_RWALL_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_P_RWALL_DZB_P_RWALL_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_P_RWALL {
|
|
/* BMDR */
|
|
dRes_ID_P_RWALL_BMD_P_RWALL_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_P_RWALL_DZB_P_RWALL_e=0x7,
|
|
};
|
|
|
|
enum P_RWALL_JNT {
|
|
P_RWALL_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_P_RWALL_H */ |