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

15 lines
232 B
C

#ifndef RES_VBINY_H
#define RES_VBINY_H
#include "global.h"
enum VBINY_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBINY_BDL_VBINY=0x4,
/* BTK */
VBINY_BTK_VBINA_Y=0x7,
};
#endif /* RES_VBINY_H */