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

15 lines
246 B
C

#ifndef RES_KRYU_H
#define RES_KRYU_H
#include "global.h" // IWYU pragma: keep
enum KRYU_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
KRYU_BDL_RYU_00=0x4,
/* DZB */
KRYU_DZB_RYU_00=0x7,
};
#endif /* RES_KRYU_H */