#ifndef RES_VYATL_H #define RES_VYATL_H #include "global.h" enum VYATL_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ VYATL_BDL_VYATL=0x4, /* BTK */ VYATL_BTK_VYATL=0x7, }; #endif /* RES_VYATL_H */