mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
36 lines
677 B
C
36 lines
677 B
C
#ifndef RES_AYGR_H
|
|
#define RES_AYGR_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Aygr.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_AYGR {
|
|
/* BDL */
|
|
dRes_INDEX_AYGR_BDL_AYGR_e=0x4,
|
|
dRes_INDEX_AYGR_BDL_AYGRH_e=0x5,
|
|
/* DZB */
|
|
dRes_INDEX_AYGR_DZB_AYGR_e=0x8,
|
|
dRes_INDEX_AYGR_DZB_AYGRH_e=0x9,
|
|
};
|
|
|
|
enum dRes_ID_AYGR {
|
|
/* BDL */
|
|
dRes_ID_AYGR_BDL_AYGR_e=0x4,
|
|
dRes_ID_AYGR_BDL_AYGRH_e=0x5,
|
|
/* DZB */
|
|
dRes_ID_AYGR_DZB_AYGR_e=0x8,
|
|
dRes_ID_AYGR_DZB_AYGRH_e=0x9,
|
|
};
|
|
|
|
enum AYGR_JNT {
|
|
AYGR_JNT_AYGR_e=0x0,
|
|
};
|
|
|
|
enum AYGRH_JNT {
|
|
AYGRH_JNT_AYGRH_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_AYGR_H */
|