mirror of https://github.com/zeldaret/tp.git
22 lines
378 B
C
22 lines
378 B
C
#ifndef RES_WROCK_H
|
|
#define RES_WROCK_H
|
|
|
|
enum dRes_INDEX_WROCK {
|
|
/* BMDR */
|
|
dRes_INDEX_WROCK_BMD_WROCK_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_WROCK_DZB_WROCK_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_WROCK {
|
|
/* BMDR */
|
|
dRes_ID_WROCK_BMD_WROCK_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_WROCK_DZB_WROCK_e=0x7,
|
|
};
|
|
|
|
enum WROCK_JNT {
|
|
WROCK_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_WROCK_H */ |