mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-07 20:01:27 -04:00
18 lines
302 B
C
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 */
|