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

15 lines
250 B
C

#ifndef RES_YLSIC_H
#define RES_YLSIC_H
#include "global.h" // IWYU pragma: keep
enum YLSIC_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
YLSIC_BDL_YLSIC=0x4,
/* DZB */
YLSIC_DZB_YLSIC=0x7,
};
#endif /* RES_YLSIC_H */