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

15 lines
251 B
C

#ifndef RES_MCRTN_H
#define RES_MCRTN_H
#include "global.h" // IWYU pragma: keep
enum MCRTN_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
MCRTN_BDL_MCRTN1=0x4,
/* DZB */
MCRTN_DZB_MCRTN=0x7,
};
#endif /* RES_MCRTN_H */