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

12 lines
212 B
C

#ifndef RES_M_DOOR_H
#define RES_M_DOOR_H
#include "global.h" // IWYU pragma: keep
enum M_DOOR_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
M_DOOR_BDL_MYAMIF=0x3,
};
#endif /* RES_M_DOOR_H */