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

15 lines
250 B
C

#ifndef RES_HAMI3_H
#define RES_HAMI3_H
#include "global.h" // IWYU pragma: keep
enum HAMI3_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HAMI3_BDL_HAMI3=0x4,
/* DZB */
HAMI3_DZB_HAMI3=0x7,
};
#endif /* RES_HAMI3_H */