mirror of https://github.com/zeldaret/tp.git
28 lines
554 B
C
28 lines
554 B
C
#ifndef RES_M_CRACK_H
|
|
#define RES_M_CRACK_H
|
|
|
|
enum dRes_INDEX_M_CRACK {
|
|
/* BMDR */
|
|
dRes_INDEX_M_CRACK_BMD_M_CRACK_e=0x4,
|
|
dRes_INDEX_M_CRACK_BMD_M_CRACK_B_e=0x5,
|
|
/* DZB */
|
|
dRes_INDEX_M_CRACK_DZB_M_CRACK_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_M_CRACK {
|
|
/* BMDR */
|
|
dRes_ID_M_CRACK_BMD_M_CRACK_e=0x4,
|
|
dRes_ID_M_CRACK_BMD_M_CRACK_B_e=0x5,
|
|
/* DZB */
|
|
dRes_ID_M_CRACK_DZB_M_CRACK_e=0x8,
|
|
};
|
|
|
|
enum M_CRACK_JNT {
|
|
M_CRACK_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
enum M_CRACK_B_JNT {
|
|
M_CRACK_B_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_M_CRACK_H */ |