#ifndef RES_MFLFT_H #define RES_MFLFT_H #include "global.h" // IWYU pragma: keep enum MFLFT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ MFLFT_BDL_MFLFT=0x4, /* DZB */ MFLFT_DZB_MFLFT=0x7, }; #endif /* RES_MFLFT_H */