#ifndef RES_VBOXN_H #define RES_VBOXN_H #include "global.h" enum VBOXN_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ VBOXN_BDL_VBOXN=0x4, /* BTK */ VBOXN_BTK_VBOXN=0x7, }; #endif /* RES_VBOXN_H */