mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
25 lines
433 B
C
25 lines
433 B
C
#ifndef RES_VLEAF_H
|
|
#define RES_VLEAF_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vleaf.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VLEAF {
|
|
/* BDL */
|
|
dRes_INDEX_VLEAF_BDL_VLEAF_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VLEAF {
|
|
/* BDL */
|
|
dRes_ID_VLEAF_BDL_VLEAF_e=0x3,
|
|
};
|
|
|
|
enum VLEAF_JNT {
|
|
VLEAF_JNT_VLEAF_e=0x0,
|
|
VLEAF_JNT_LEAF_MODEL_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_VLEAF_H */
|