mirror of https://github.com/zeldaret/tp.git
26 lines
722 B
C
26 lines
722 B
C
#ifndef RES_HOZ2_3_H
|
|
#define RES_HOZ2_3_H
|
|
|
|
enum dRes_INDEX_HOZ2_3 {
|
|
/* BCK */
|
|
dRes_INDEX_HOZ2_3_BCK_HOZ_F_SHOUT_A_e=0x4,
|
|
dRes_INDEX_HOZ2_3_BCK_HOZ_F_SHOUT_B_e=0x5,
|
|
dRes_INDEX_HOZ2_3_BCK_HOZ_SHOUT_A_e=0x6,
|
|
dRes_INDEX_HOZ2_3_BCK_HOZ_SHOUT_B_e=0x7,
|
|
/* BTP */
|
|
dRes_INDEX_HOZ2_3_BTP_HOZ_F_SHOUT_A_e=0xA,
|
|
dRes_INDEX_HOZ2_3_BTP_HOZ_F_SHOUT_B_e=0xB,
|
|
};
|
|
|
|
enum dRes_ID_HOZ2_3 {
|
|
/* BCK */
|
|
dRes_ID_HOZ2_3_BCK_HOZ_F_SHOUT_A_e=0x4,
|
|
dRes_ID_HOZ2_3_BCK_HOZ_F_SHOUT_B_e=0x5,
|
|
dRes_ID_HOZ2_3_BCK_HOZ_SHOUT_A_e=0x6,
|
|
dRes_ID_HOZ2_3_BCK_HOZ_SHOUT_B_e=0x7,
|
|
/* BTP */
|
|
dRes_ID_HOZ2_3_BTP_HOZ_F_SHOUT_A_e=0xA,
|
|
dRes_ID_HOZ2_3_BTP_HOZ_F_SHOUT_B_e=0xB,
|
|
};
|
|
|
|
#endif /* !RES_HOZ2_3_H */ |