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

18 lines
276 B
C

#ifndef RES_VBINH_H
#define RES_VBINH_H
#include "global.h"
enum VBINH_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBINH_BDL_VBINH=0x5,
/* BRK */
VBINH_BRK_VBINH=0x8,
/* BTK */
VBINH_BTK_VBINA_H=0xB,
};
#endif /* RES_VBINH_H */