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

17 lines
304 B
C

#ifndef RES_HOMEN_H
#define RES_HOMEN_H
#include "global.h" // IWYU pragma: keep
enum HOMEN_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HOMEN_BDL_HOMEN1=0x4,
HOMEN_BDL_HOMEN2=0x5,
/* DZB */
HOMEN_DZB_HOMEN1=0x8,
HOMEN_DZB_HOMEN2=0x9,
};
#endif /* RES_HOMEN_H */