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

18 lines
323 B
C

#ifndef RES_KUI_H
#define RES_KUI_H
#include "global.h" // IWYU pragma: keep
enum KUI_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
KUI_BDL_HKANE1=0x4,
KUI_BDL_HKANE2=0x5,
KUI_BDL_MROPESW=0x6,
KUI_BDL_OBI_ROPETAG=0x7,
/* DZB */
KUI_DZB_OBI_ROPETAG=0xA,
};
#endif /* RES_KUI_H */