mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
24 lines
407 B
C
24 lines
407 B
C
#ifndef RES_VLETT_H
|
|
#define RES_VLETT_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: VleTT.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VLETT {
|
|
/* BDL */
|
|
dRes_INDEX_VLETT_BDL_VLETT_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VLETT {
|
|
/* BDL */
|
|
dRes_ID_VLETT_BDL_VLETT_e=0x3,
|
|
};
|
|
|
|
enum VLETT_JNT {
|
|
VLETT_JNT_VLETT_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VLETT_H */
|