#ifndef RES_MTORISU_H #define RES_MTORISU_H #include "global.h" enum MTORISU_RES_FILE_ID { // IDs and indexes are synced /* BDL */ MTORISU_BDL_MTORISU=0x4, /* DZB */ MTORISU_DZB_MTORISU=0x7, }; #endif /* RES_MTORISU_H */