#ifndef RES_BIN_H #define RES_BIN_H #include "global.h" enum BIN_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ BIN_BDL_VBINX=0x4, /* BTK */ BIN_BTK_VBINA_X=0x7, }; #endif /* RES_BIN_H */