mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-13 20:15:02 -04:00
30 lines
567 B
C
30 lines
567 B
C
#ifndef RES_HSEN3_H
|
|
#define RES_HSEN3_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Hsen3.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HSEN3 {
|
|
/* BDL */
|
|
dRes_INDEX_HSEN3_BDL_HSEN3_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_HSEN3_DZB_HSEN3_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_HSEN3 {
|
|
/* BDL */
|
|
dRes_ID_HSEN3_BDL_HSEN3_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_HSEN3_DZB_HSEN3_e=0x7,
|
|
};
|
|
|
|
enum HSEN3_JNT {
|
|
HSEN3_JNT_HSEN3_00_e=0x0,
|
|
HSEN3_JNT_POLYSURFACE4_e=0x1,
|
|
HSEN3_JNT_PURO_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_HSEN3_H */
|