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