mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 18:02:28 -04:00
40 lines
1010 B
C
40 lines
1010 B
C
#ifndef RES_LS2_H
|
|
#define RES_LS2_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Ls2.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_LS2 {
|
|
/* BAS */
|
|
dRes_INDEX_LS2_BAS_LS_DEMOLOOK_e=0x6,
|
|
dRes_INDEX_LS2_BAS_LS_DEMOWAIT_e=0x7,
|
|
/* BCK */
|
|
dRes_INDEX_LS2_BCK_LS_DEMOLOOK_e=0xA,
|
|
dRes_INDEX_LS2_BCK_LS_DEMOWAIT_e=0xB,
|
|
/* BTK */
|
|
dRes_INDEX_LS2_BTK_LS_DEMOLOOK_e=0xE,
|
|
dRes_INDEX_LS2_BTK_LS_DEMOWAIT_e=0xF,
|
|
/* BTP */
|
|
dRes_INDEX_LS2_BTP_LS_DEMOLOOK_e=0x12,
|
|
dRes_INDEX_LS2_BTP_LS_DEMOWAIT_e=0x13,
|
|
};
|
|
|
|
enum dRes_ID_LS2 {
|
|
/* BAS */
|
|
dRes_ID_LS2_BAS_LS_DEMOLOOK_e=0x6,
|
|
dRes_ID_LS2_BAS_LS_DEMOWAIT_e=0x7,
|
|
/* BCK */
|
|
dRes_ID_LS2_BCK_LS_DEMOLOOK_e=0xA,
|
|
dRes_ID_LS2_BCK_LS_DEMOWAIT_e=0xB,
|
|
/* BTK */
|
|
dRes_ID_LS2_BTK_LS_DEMOLOOK_e=0xE,
|
|
dRes_ID_LS2_BTK_LS_DEMOWAIT_e=0xF,
|
|
/* BTP */
|
|
dRes_ID_LS2_BTP_LS_DEMOLOOK_e=0x12,
|
|
dRes_ID_LS2_BTP_LS_DEMOWAIT_e=0x13,
|
|
};
|
|
|
|
#endif /* RES_LS2_H */
|