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

17 lines
300 B
C

#ifndef RES_MDOOR_H
#define RES_MDOOR_H
#include "global.h" // IWYU pragma: keep
enum MDOOR_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
MDOOR_BDL_MORI1=0x4,
MDOOR_BDL_MORI2=0x5,
/* DZB */
MDOOR_DZB_MORI1=0x8,
MDOOR_DZB_MORI2=0x9,
};
#endif /* RES_MDOOR_H */