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

15 lines
242 B
C

#ifndef RES_HPU2_H
#define RES_HPU2_H
#include "global.h" // IWYU pragma: keep
enum HPU2_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HPU2_BDL_HPU2=0x4,
/* DZB */
HPU2_DZB_HPU2=0x7,
};
#endif /* RES_HPU2_H */