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

15 lines
255 B
C

#ifndef RES_FWBIN_H
#define RES_FWBIN_H
#include "global.h" // IWYU pragma: keep
enum FWBIN_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
FWBIN_BDL_VBINW_F=0x4,
/* BTK */
FWBIN_BTK_VBINA_F=0x7,
};
#endif /* RES_FWBIN_H */