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

18 lines
295 B
C

#ifndef RES_HYUF2_H
#define RES_HYUF2_H
#include "global.h" // IWYU pragma: keep
enum HYUF2_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
HYUF2_BDL_HYUF2=0x5,
/* BTP */
HYUF2_BTP_HYUF2=0x8,
/* DZB */
HYUF2_DZB_HYUF2=0xB,
};
#endif /* RES_HYUF2_H */