Files
tww/include/d/res/res_qdghd.h
T

15 lines
250 B
C

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