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

15 lines
266 B
C

#ifndef RES_MTORISU_H
#define RES_MTORISU_H
#include "global.h" // IWYU pragma: keep
enum MTORISU_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
MTORISU_BDL_MTORISU=0x4,
/* DZB */
MTORISU_DZB_MTORISU=0x7,
};
#endif /* RES_MTORISU_H */