mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
28 lines
530 B
C
28 lines
530 B
C
#ifndef RES_HTOBI1_H
|
|
#define RES_HTOBI1_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Htobi1.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HTOBI1 {
|
|
/* BDL */
|
|
dRes_INDEX_HTOBI1_BDL_HTOBI1_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_HTOBI1_DZB_HTOBI1_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_HTOBI1 {
|
|
/* BDL */
|
|
dRes_ID_HTOBI1_BDL_HTOBI1_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_HTOBI1_DZB_HTOBI1_e=0x7,
|
|
};
|
|
|
|
enum HTOBI1_JNT {
|
|
HTOBI1_JNT_POLYSURFACE1939_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_HTOBI1_H */
|