#ifndef RES_QDGHD_H #define RES_QDGHD_H #include "global.h" enum QDGHD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ QDGHD_BDL_QDGHD=0x4, /* DZB */ QDGHD_DZB_QDGHD=0x7, }; #endif /* RES_QDGHD_H */