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

15 lines
253 B
C

#ifndef RES_VBINW_H
#define RES_VBINW_H
#include "global.h" // IWYU pragma: keep
enum VBINW_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBINW_BDL_VBINW=0x4,
/* BTK */
VBINW_BTK_VBINA_W=0x7,
};
#endif /* RES_VBINW_H */