#ifndef RES_USOVMC_H #define RES_USOVMC_H #include "global.h" enum USOVMC_RES_FILE_ID { // IDs and indexes are synced /* BDL */ USOVMC_BDL_VMCBX=0x4, /* DZB */ USOVMC_DZB_VMCBS=0x7, }; #endif /* RES_USOVMC_H */