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

17 lines
290 B
C

#ifndef RES_AYGR_H
#define RES_AYGR_H
#include "global.h" // IWYU pragma: keep
enum AYGR_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
AYGR_BDL_AYGR=0x4,
AYGR_BDL_AYGRH=0x5,
/* DZB */
AYGR_DZB_AYGR=0x8,
AYGR_DZB_AYGRH=0x9,
};
#endif /* RES_AYGR_H */