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

12 lines
218 B
C

#ifndef RES_SWTDOOR_H
#define RES_SWTDOOR_H
#include "global.h" // IWYU pragma: keep
enum SWTDOOR_RES_FILE_ID { // IDs and indexes are synced
/* BMD */
SWTDOOR_BMD_SWTDOOR=0x3,
};
#endif /* RES_SWTDOOR_H */