Files
tww/include/d/res/res_hpu2.h
T
2024-04-23 15:02:25 -04:00

15 lines
221 B
C

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