mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-10 11:13:45 -04:00
25 lines
438 B
C
25 lines
438 B
C
#ifndef RES_VTACT_H
|
|
#define RES_VTACT_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vtact.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VTACT {
|
|
/* BDL */
|
|
dRes_INDEX_VTACT_BDL_VTACT_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VTACT {
|
|
/* BDL */
|
|
dRes_ID_VTACT_BDL_VTACT_e=0x3,
|
|
};
|
|
|
|
enum VTACT_JNT {
|
|
VTACT_JNT_ROOT_VTACT_e=0x0,
|
|
VTACT_JNT_TACT_MODEL_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_VTACT_H */
|