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

17 lines
279 B
C

#ifndef RES_MDOOR_H
#define RES_MDOOR_H
#include "global.h"
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 */