#ifndef RES_VMAGS_H #define RES_VMAGS_H #include "global.h" // IWYU pragma: keep enum VMAGS_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ VMAGS_BDL_VMAGS=0x5, /* BRK */ VMAGS_BRK_VMAGS=0x8, /* BTK */ VMAGS_BTK_VMAGS=0xB, }; #endif /* RES_VMAGS_H */