mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
28 lines
523 B
C
28 lines
523 B
C
#ifndef RES_FIGURE_H
|
|
#define RES_FIGURE_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Figure.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_FIGURE {
|
|
/* BDLM */
|
|
dRes_INDEX_FIGURE_BDL_VF_BS_e=0x4,
|
|
/* BTP */
|
|
dRes_INDEX_FIGURE_BTP_VF_BS_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_FIGURE {
|
|
/* BDLM */
|
|
dRes_ID_FIGURE_BDL_VF_BS_e=0x1,
|
|
/* BTP */
|
|
dRes_ID_FIGURE_BTP_VF_BS_e=0x2,
|
|
};
|
|
|
|
enum VF_BS_JNT {
|
|
VF_BS_JNT_VF_DAIZA_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_FIGURE_H */
|