mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
30 lines
574 B
C
30 lines
574 B
C
#ifndef RES_VTRI2_H
|
|
#define RES_VTRI2_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vtri2.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VTRI2 {
|
|
/* BDLM */
|
|
dRes_INDEX_VTRI2_BDL_VTRI2_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VTRI2_BTK_VTRI2A_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VTRI2 {
|
|
/* BDLM */
|
|
dRes_ID_VTRI2_BDL_VTRI2_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VTRI2_BTK_VTRI2A_e=0x7,
|
|
};
|
|
|
|
enum VTRI2_JNT {
|
|
VTRI2_JNT_VTRI2_e=0x0,
|
|
VTRI2_JNT_VTRI2_MODEL1_e=0x1,
|
|
VTRI2_JNT_VTRI2_MODEL2_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_VTRI2_H */
|