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

15 lines
242 B
C

#ifndef RES_HPU1_H
#define RES_HPU1_H
#include "global.h" // IWYU pragma: keep
enum HPU1_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HPU1_BDL_HPU1=0x4,
/* DZB */
HPU1_DZB_HPU1=0x7,
};
#endif /* RES_HPU1_H */