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

15 lines
253 B
C

#ifndef RES_VBINS_H
#define RES_VBINS_H
#include "global.h" // IWYU pragma: keep
enum VBINS_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBINS_BDL_VBINS=0x4,
/* BTK */
VBINS_BTK_VBINA_S=0x7,
};
#endif /* RES_VBINS_H */