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

15 lines
253 B
C

#ifndef RES_MED_B_H
#define RES_MED_B_H
#include "global.h" // IWYU pragma: keep
enum MED_B_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
MED_B_BDL_VBINB=0x4,
/* BTK */
MED_B_BTK_VBINA_B=0x7,
};
#endif /* RES_MED_B_H */