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

15 lines
220 B
C

#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 */