mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
24 lines
406 B
C
24 lines
406 B
C
#ifndef RES_VHYOI_H
|
|
#define RES_VHYOI_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vhyoi.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VHYOI {
|
|
/* BDL */
|
|
dRes_INDEX_VHYOI_BDL_VHYOI_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VHYOI {
|
|
/* BDL */
|
|
dRes_ID_VHYOI_BDL_VHYOI_e=0x3,
|
|
};
|
|
|
|
enum VHYOI_JNT {
|
|
VHYOI_JNT_HYOI_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VHYOI_H */
|