mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
32 lines
616 B
C
32 lines
616 B
C
#ifndef RES_SALVAGE_H
|
|
#define RES_SALVAGE_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Salvage.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_SALVAGE {
|
|
/* BDL */
|
|
dRes_INDEX_SALVAGE_BDL_BOXSEA_e=0x3,
|
|
dRes_INDEX_SALVAGE_BDL_VTBHZ_e=0x4,
|
|
};
|
|
|
|
enum dRes_ID_SALVAGE {
|
|
/* BDL */
|
|
dRes_ID_SALVAGE_BDL_BOXSEA_e=0x3,
|
|
dRes_ID_SALVAGE_BDL_VTBHZ_e=0x4,
|
|
};
|
|
|
|
enum BOXSEA_JNT {
|
|
BOXSEA_JNT_BOXSEA_e=0x0,
|
|
BOXSEA_JNT_COVER_JNT_e=0x1,
|
|
BOXSEA_JNT_COVERSEA_e=0x2,
|
|
};
|
|
|
|
enum VTBHZ_JNT {
|
|
VTBHZ_JNT_VTBHZ_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_SALVAGE_H */
|