mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 10:33:07 -04:00
30 lines
574 B
C
30 lines
574 B
C
#ifndef RES_VTRI6_H
|
|
#define RES_VTRI6_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vtri6.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VTRI6 {
|
|
/* BDLM */
|
|
dRes_INDEX_VTRI6_BDL_VTRI6_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VTRI6_BTK_VTRI6A_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VTRI6 {
|
|
/* BDLM */
|
|
dRes_ID_VTRI6_BDL_VTRI6_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VTRI6_BTK_VTRI6A_e=0x7,
|
|
};
|
|
|
|
enum VTRI6_JNT {
|
|
VTRI6_JNT_VTRI6_e=0x0,
|
|
VTRI6_JNT_VTRI6_MODEL1_e=0x1,
|
|
VTRI6_JNT_VTRI6_MODEL2_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_VTRI6_H */
|