Files
tww/include/d/res/res_mtorisu.h
T
2024-04-23 15:02:25 -04:00

15 lines
245 B
C

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