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

15 lines
232 B
C

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