mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
24 lines
407 B
C
24 lines
407 B
C
#ifndef RES_VBAGH_H
|
|
#define RES_VBAGH_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: VbagH.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VBAGH {
|
|
/* BDL */
|
|
dRes_INDEX_VBAGH_BDL_VBAGH_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VBAGH {
|
|
/* BDL */
|
|
dRes_ID_VBAGH_BDL_VBAGH_e=0x3,
|
|
};
|
|
|
|
enum VBAGH_JNT {
|
|
VBAGH_JNT_VBAGH_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VBAGH_H */
|