Files
tww/include/d/res/res_vfan.h
T

15 lines
250 B
C

#ifndef RES_VFAN_H
#define RES_VFAN_H
#include "global.h" // IWYU pragma: keep
enum VFAN_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
VFAN_BDL_V_FAN_00=0x4,
/* DZB */
VFAN_DZB_V_FAN_00=0x7,
};
#endif /* RES_VFAN_H */