Files
tww/include/d/res/res_fwbin.h
T
2024-04-23 15:02:25 -04:00

15 lines
234 B
C

#ifndef RES_FWBIN_H
#define RES_FWBIN_H
#include "global.h"
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 */