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

18 lines
328 B
C

#ifndef RES_HLIFT_H
#define RES_HLIFT_H
#include "global.h" // IWYU pragma: keep
enum HLIFT_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HLIFT_BDL_HLIFT=0x4,
HLIFT_BDL_HLIFTB=0x5,
HLIFT_BDL_HLIFTC=0x6,
/* DZB */
HLIFT_DZB_HLIFT=0x9,
HLIFT_DZB_HLIFTB=0xA,
};
#endif /* RES_HLIFT_H */