mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
28 lines
504 B
C
28 lines
504 B
C
#ifndef RES_ASHUT_H
|
|
#define RES_ASHUT_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Ashut.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_ASHUT {
|
|
/* BDL */
|
|
dRes_INDEX_ASHUT_BDL_ASHUT_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_ASHUT_DZB_ASHUT_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_ASHUT {
|
|
/* BDL */
|
|
dRes_ID_ASHUT_BDL_ASHUT_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_ASHUT_DZB_ASHUT_e=0x7,
|
|
};
|
|
|
|
enum ASHUT_JNT {
|
|
ASHUT_JNT_ASHUT_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_ASHUT_H */
|