mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
36 lines
743 B
C
36 lines
743 B
C
#ifndef RES_HSEN1_H
|
|
#define RES_HSEN1_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Hsen1.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HSEN1 {
|
|
/* BDLM */
|
|
dRes_INDEX_HSEN1_BDL_HSEN1_e=0x5,
|
|
/* BTK */
|
|
dRes_INDEX_HSEN1_BTK_HSEN1_e=0x8,
|
|
dRes_INDEX_HSEN1_BTK_HSEN2_e=0x9,
|
|
/* DZB */
|
|
dRes_INDEX_HSEN1_DZB_HSEN1_e=0xC,
|
|
};
|
|
|
|
enum dRes_ID_HSEN1 {
|
|
/* BDLM */
|
|
dRes_ID_HSEN1_BDL_HSEN1_e=0x5,
|
|
/* BTK */
|
|
dRes_ID_HSEN1_BTK_HSEN1_e=0x8,
|
|
dRes_ID_HSEN1_BTK_HSEN2_e=0x9,
|
|
/* DZB */
|
|
dRes_ID_HSEN1_DZB_HSEN1_e=0xC,
|
|
};
|
|
|
|
enum HSEN1_JNT {
|
|
HSEN1_JNT_HSEN1_00_e=0x0,
|
|
HSEN1_JNT_POLYSURFACE4_e=0x1,
|
|
HSEN1_JNT_PURO_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_HSEN1_H */
|