mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
30 lines
600 B
C
30 lines
600 B
C
#ifndef RES_OHATCH_H
|
|
#define RES_OHATCH_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Ohatch.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OHATCH {
|
|
/* BDL */
|
|
dRes_INDEX_OHATCH_BDL_OHATCH_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_OHATCH_DZB_OH_CLS_e=0x7,
|
|
dRes_INDEX_OHATCH_DZB_OH_OPN_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_OHATCH {
|
|
/* BDL */
|
|
dRes_ID_OHATCH_BDL_OHATCH_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_OHATCH_DZB_OH_CLS_e=0x7,
|
|
dRes_ID_OHATCH_DZB_OH_OPN_e=0x8,
|
|
};
|
|
|
|
enum OHATCH_JNT {
|
|
OHATCH_JNT_HATCH_UP_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_OHATCH_H */
|