mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
20 lines
353 B
C
20 lines
353 B
C
#ifndef RES_VSVFG_H
|
|
#define RES_VSVFG_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vsvfg.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VSVFG {
|
|
/* TEX */
|
|
dRes_INDEX_VSVFG_BTI_VSVFG_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VSVFG {
|
|
/* TEX */
|
|
dRes_ID_VSVFG_BTI_VSVFG_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_VSVFG_H */
|