mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 18:43:05 -04:00
32 lines
566 B
C
32 lines
566 B
C
#ifndef RES_HYS_H
|
|
#define RES_HYS_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Hys.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HYS {
|
|
/* BDLM */
|
|
dRes_INDEX_HYS_BDL_HYS_e=0x5,
|
|
/* BTP */
|
|
dRes_INDEX_HYS_BTP_HYS_e=0x8,
|
|
/* DZB */
|
|
dRes_INDEX_HYS_DZB_HYS_e=0xB,
|
|
};
|
|
|
|
enum dRes_ID_HYS {
|
|
/* BDLM */
|
|
dRes_ID_HYS_BDL_HYS_e=0x5,
|
|
/* BTP */
|
|
dRes_ID_HYS_BTP_HYS_e=0x8,
|
|
/* DZB */
|
|
dRes_ID_HYS_DZB_HYS_e=0xB,
|
|
};
|
|
|
|
enum HYS_JNT {
|
|
HYS_JNT_MONO_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_HYS_H */
|