mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-16 20:48:11 -04:00
30 lines
567 B
C
30 lines
567 B
C
#ifndef RES_VHUTU_H
|
|
#define RES_VHUTU_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vhutu.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VHUTU {
|
|
/* BDLM */
|
|
dRes_INDEX_VHUTU_BDL_VHUTU_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VHUTU_BTK_VHUTU_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VHUTU {
|
|
/* BDLM */
|
|
dRes_ID_VHUTU_BDL_VHUTU_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VHUTU_BTK_VHUTU_e=0x7,
|
|
};
|
|
|
|
enum VHUTU_JNT {
|
|
VHUTU_JNT_ROOT_VHUTU_e=0x0,
|
|
VHUTU_JNT_UTUWA_0_e=0x1,
|
|
VHUTU_JNT_UTUWA_1_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_VHUTU_H */
|