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

15 lines
260 B
C

#ifndef RES_ATDOOR_H
#define RES_ATDOOR_H
#include "global.h" // IWYU pragma: keep
enum ATDOOR_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
ATDOOR_BDL_SDOOR01=0x4,
/* DZB */
ATDOOR_DZB_SDOOR01=0x7,
};
#endif /* RES_ATDOOR_H */