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

17 lines
300 B
C

#ifndef RES_MKNJD_H
#define RES_MKNJD_H
#include "global.h" // IWYU pragma: keep
enum MKNJD_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
MKNJD_BDL_MKNJD=0x4,
MKNJD_BDL_MKNJH=0x5,
MKNJD_BDL_MKNJK=0x6,
/* DZB */
MKNJD_DZB_MKNJD=0x9,
};
#endif /* RES_MKNJD_H */