#ifndef RES_VMANT_H #define RES_VMANT_H #include "global.h" // IWYU pragma: keep enum VMANT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ VMANT_BDL_VMANT=0x3, }; #endif /* RES_VMANT_H */