mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 06:34:45 -04:00
12 lines
212 B
C
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 */
|