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

15 lines
241 B
C

#ifndef RES_BIN_H
#define RES_BIN_H
#include "global.h" // IWYU pragma: keep
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 */