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

15 lines
258 B
C

#ifndef RES_HSEHI2_H
#define RES_HSEHI2_H
#include "global.h" // IWYU pragma: keep
enum HSEHI2_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HSEHI2_BDL_HSEHI2=0x4,
/* DZB */
HSEHI2_DZB_HSEHI2=0x7,
};
#endif /* RES_HSEHI2_H */