mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
32 lines
613 B
C
32 lines
613 B
C
#ifndef RES_VHANE_H
|
|
#define RES_VHANE_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vhane.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VHANE {
|
|
/* BDLM */
|
|
dRes_INDEX_VHANE_BDL_VHANE_e=0x5,
|
|
/* BRK */
|
|
dRes_INDEX_VHANE_BRK_VHANE_e=0x8,
|
|
/* BTK */
|
|
dRes_INDEX_VHANE_BTK_VHANE_e=0xB,
|
|
};
|
|
|
|
enum dRes_ID_VHANE {
|
|
/* BDLM */
|
|
dRes_ID_VHANE_BDL_VHANE_e=0x5,
|
|
/* BRK */
|
|
dRes_ID_VHANE_BRK_VHANE_e=0x8,
|
|
/* BTK */
|
|
dRes_ID_VHANE_BTK_VHANE_e=0xB,
|
|
};
|
|
|
|
enum VHANE_JNT {
|
|
VHANE_JNT_VHANE_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VHANE_H */
|