#ifndef RES_KRYU_H #define RES_KRYU_H #include "global.h" enum KRYU_RES_FILE_ID { // IDs and indexes are synced /* BDL */ KRYU_BDL_RYU_00=0x4, /* DZB */ KRYU_DZB_RYU_00=0x7, }; #endif /* RES_KRYU_H */