mirror of https://github.com/zeldaret/tp.git
22 lines
438 B
C
22 lines
438 B
C
#ifndef RES_S_ZBRIDGE_H
|
|
#define RES_S_ZBRIDGE_H
|
|
|
|
enum dRes_INDEX_S_ZBRIDGE {
|
|
/* BMDR */
|
|
dRes_INDEX_S_ZBRIDGE_BMD_S_ZBRIDGE_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_S_ZBRIDGE_DZB_S_ZBRIDGE_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_S_ZBRIDGE {
|
|
/* BMDR */
|
|
dRes_ID_S_ZBRIDGE_BMD_S_ZBRIDGE_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_S_ZBRIDGE_DZB_S_ZBRIDGE_e=0x7,
|
|
};
|
|
|
|
enum S_ZBRIDGE_JNT {
|
|
S_ZBRIDGE_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_S_ZBRIDGE_H */ |