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

16 lines
276 B
C

#ifndef RES_HAMI2_H
#define RES_HAMI2_H
#include "global.h" // IWYU pragma: keep
enum HAMI2_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HAMI2_BDL_HAMI2=0x4,
/* DZB */
HAMI2_DZB_HAMI2=0x7,
HAMI2_DZB_HAMI2B=0x8,
};
#endif /* RES_HAMI2_H */