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

15 lines
232 B
C

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