mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
25 lines
438 B
C
25 lines
438 B
C
#ifndef RES_VFUKU_H
|
|
#define RES_VFUKU_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vfuku.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VFUKU {
|
|
/* BDLM */
|
|
dRes_INDEX_VFUKU_BDL_VFUKU_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VFUKU {
|
|
/* BDLM */
|
|
dRes_ID_VFUKU_BDL_VFUKU_e=0x3,
|
|
};
|
|
|
|
enum VFUKU_JNT {
|
|
VFUKU_JNT_ROOT_VFUKU_e=0x0,
|
|
VFUKU_JNT_FUKU_MODEL_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_VFUKU_H */
|