mirror of https://github.com/zeldaret/tp.git
22 lines
456 B
C
22 lines
456 B
C
#ifndef RES_P_L4FLOOR_H
|
|
#define RES_P_L4FLOOR_H
|
|
|
|
enum dRes_INDEX_P_L4FLOOR {
|
|
/* BMDR */
|
|
dRes_INDEX_P_L4FLOOR_BMD_LV4R50_FLOOR_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_P_L4FLOOR_DZB_LV4R50_FLOOR_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_P_L4FLOOR {
|
|
/* BMDR */
|
|
dRes_ID_P_L4FLOOR_BMD_LV4R50_FLOOR_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_P_L4FLOOR_DZB_LV4R50_FLOOR_e=0x7,
|
|
};
|
|
|
|
enum LV4R50_FLOOR_JNT {
|
|
LV4R50_FLOOR_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_P_L4FLOOR_H */ |