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

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 */