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

21 lines
339 B
C

#ifndef RES_HYUF1_H
#define RES_HYUF1_H
#include "global.h" // IWYU pragma: keep
enum HYUF1_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
HYUF1_BDL_HYUF1=0x6,
/* BRK */
HYUF1_BRK_HYUF1=0x9,
/* BTP */
HYUF1_BTP_HYUF1=0xC,
/* DZB */
HYUF1_DZB_HYUF1=0xF,
};
#endif /* RES_HYUF1_H */