mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
40 lines
772 B
C
40 lines
772 B
C
#ifndef RES_MKIEK_H
|
|
#define RES_MKIEK_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: MkieK.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_MKIEK {
|
|
/* BDL */
|
|
dRes_INDEX_MKIEK_BDL_MKIEK_e=0x6,
|
|
/* BDLM */
|
|
dRes_INDEX_MKIEK_BDL_YLSMK00_e=0x9,
|
|
/* BRK */
|
|
dRes_INDEX_MKIEK_BRK_YLSMK00_e=0xC,
|
|
/* DZB */
|
|
dRes_INDEX_MKIEK_DZB_MKIEK_e=0xF,
|
|
};
|
|
|
|
enum dRes_ID_MKIEK {
|
|
/* BDL */
|
|
dRes_ID_MKIEK_BDL_MKIEK_e=0x6,
|
|
/* BDLM */
|
|
dRes_ID_MKIEK_BDL_YLSMK00_e=0x9,
|
|
/* BRK */
|
|
dRes_ID_MKIEK_BRK_YLSMK00_e=0xC,
|
|
/* DZB */
|
|
dRes_ID_MKIEK_DZB_MKIEK_e=0xF,
|
|
};
|
|
|
|
enum MKIEK_JNT {
|
|
MKIEK_JNT_MKIEK_e=0x0,
|
|
};
|
|
|
|
enum YLSMK00_JNT {
|
|
YLSMK00_JNT_YLSMK00_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_MKIEK_H */
|