mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
28 lines
515 B
C
28 lines
515 B
C
#ifndef RES_VFAN_H
|
|
#define RES_VFAN_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vfan.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VFAN {
|
|
/* BDL */
|
|
dRes_INDEX_VFAN_BDL_V_FAN_00_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_VFAN_DZB_V_FAN_00_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VFAN {
|
|
/* BDL */
|
|
dRes_ID_VFAN_BDL_V_FAN_00_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_VFAN_DZB_V_FAN_00_e=0x7,
|
|
};
|
|
|
|
enum V_FAN_00_JNT {
|
|
V_FAN_00_JNT_V_FAN_00_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VFAN_H */
|