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

18 lines
302 B
C

#ifndef RES_KUI_H
#define RES_KUI_H
#include "global.h"
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 */