mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 22:40:11 -04:00
21 lines
343 B
C
21 lines
343 B
C
#ifndef RES_MKIEK_H
|
|
#define RES_MKIEK_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum MKIEK_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
MKIEK_BDL_MKIEK=0x6,
|
|
|
|
/* BDLM */
|
|
MKIEK_BDL_YLSMK00=0x9,
|
|
|
|
/* BRK */
|
|
MKIEK_BRK_YLSMK00=0xC,
|
|
|
|
/* DZB */
|
|
MKIEK_DZB_MKIEK=0xF,
|
|
};
|
|
|
|
#endif /* RES_MKIEK_H */
|