#ifndef RES_EP_H #define RES_EP_H #include "global.h" enum EP_RES_FILE_ID { // IDs and indexes are synced /* BDL */ EP_BDL_EP_GA=0x3, EP_BDL_OBM_SHOKUDAI1=0x4, EP_BDL_VKTSD=0x5, }; #endif /* RES_EP_H */