#ifndef RES_YAKEROM_H #define RES_YAKEROM_H #include "global.h" enum YAKEROM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ YAKEROM_BDL_YAKEROM=0x4, /* DZB */ YAKEROM_DZB_YAKEROM=0x7, }; #endif /* RES_YAKEROM_H */