mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 22:31:52 -04:00
15 lines
260 B
C
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 */
|