mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 01:48:15 -04:00
30 lines
574 B
C
30 lines
574 B
C
#ifndef RES_VTRI5_H
|
|
#define RES_VTRI5_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vtri5.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VTRI5 {
|
|
/* BDLM */
|
|
dRes_INDEX_VTRI5_BDL_VTRI5_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VTRI5_BTK_VTRI5A_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VTRI5 {
|
|
/* BDLM */
|
|
dRes_ID_VTRI5_BDL_VTRI5_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VTRI5_BTK_VTRI5A_e=0x7,
|
|
};
|
|
|
|
enum VTRI5_JNT {
|
|
VTRI5_JNT_VTRI5_e=0x0,
|
|
VTRI5_JNT_VTRI5_MODEL1_e=0x1,
|
|
VTRI5_JNT_VTRI5_MODEL2_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_VTRI5_H */
|