mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
34 lines
609 B
C
34 lines
609 B
C
#ifndef RES_PBCO_H
|
|
#define RES_PBCO_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Pbco.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_PBCO {
|
|
/* BDL */
|
|
dRes_INDEX_PBCO_BDL_PBCO_e=0x4,
|
|
dRes_INDEX_PBCO_BDL_PBC2_e=0x5,
|
|
/* DZB */
|
|
dRes_INDEX_PBCO_DZB_PBCO_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_PBCO {
|
|
/* BDL */
|
|
dRes_ID_PBCO_BDL_PBCO_e=0x0,
|
|
dRes_ID_PBCO_BDL_PBC2_e=0x2,
|
|
/* DZB */
|
|
dRes_ID_PBCO_DZB_PBCO_e=0x3,
|
|
};
|
|
|
|
enum PBCO_JNT {
|
|
PBCO_JNT_COUNTER_HUTA_e=0x0,
|
|
};
|
|
|
|
enum PBC2_JNT {
|
|
PBC2_JNT_PBC2_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_PBCO_H */
|