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

15 lines
266 B
C

#ifndef RES_YAKEROM_H
#define RES_YAKEROM_H
#include "global.h" // IWYU pragma: keep
enum YAKEROM_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
YAKEROM_BDL_YAKEROM=0x4,
/* DZB */
YAKEROM_DZB_YAKEROM=0x7,
};
#endif /* RES_YAKEROM_H */