mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-10 19:16:45 -04:00
30 lines
550 B
C
30 lines
550 B
C
#ifndef RES_HPU1_H
|
|
#define RES_HPU1_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Hpu1.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HPU1 {
|
|
/* BDL */
|
|
dRes_INDEX_HPU1_BDL_HPU1_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_HPU1_DZB_HPU1_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_HPU1 {
|
|
/* BDL */
|
|
dRes_ID_HPU1_BDL_HPU1_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_HPU1_DZB_HPU1_e=0x7,
|
|
};
|
|
|
|
enum HPU1_JNT {
|
|
HPU1_JNT_HPU1_00_e=0x0,
|
|
HPU1_JNT_DAI_e=0x1,
|
|
HPU1_JNT_POLYSURFACE2007_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_HPU1_H */
|