mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
28 lines
504 B
C
28 lines
504 B
C
#ifndef RES_YLSIC_H
|
|
#define RES_YLSIC_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Ylsic.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_YLSIC {
|
|
/* BDL */
|
|
dRes_INDEX_YLSIC_BDL_YLSIC_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_YLSIC_DZB_YLSIC_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_YLSIC {
|
|
/* BDL */
|
|
dRes_ID_YLSIC_BDL_YLSIC_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_YLSIC_DZB_YLSIC_e=0x7,
|
|
};
|
|
|
|
enum YLSIC_JNT {
|
|
YLSIC_JNT_YLSIC_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_YLSIC_H */
|