mirror of https://github.com/zeldaret/tp.git
22 lines
393 B
C
22 lines
393 B
C
#ifndef RES_M_HASU_H
|
|
#define RES_M_HASU_H
|
|
|
|
enum dRes_INDEX_M_HASU {
|
|
/* BMDR */
|
|
dRes_INDEX_M_HASU_BMD_M_HASU_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_M_HASU_DZB_M_HASU_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_M_HASU {
|
|
/* BMDR */
|
|
dRes_ID_M_HASU_BMD_M_HASU_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_M_HASU_DZB_M_HASU_e=0x7,
|
|
};
|
|
|
|
enum M_HASU_JNT {
|
|
M_HASU_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_M_HASU_H */ |