#ifndef RES_IKARI_H #define RES_IKARI_H #include "global.h" enum IKARI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ IKARI_BDL_S_IKARI2=0x3, IKARI_BDL_S_IKARI3=0x4, IKARI_BDL_S_IKARI4=0x5, }; #endif /* RES_IKARI_H */