mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
12 lines
218 B
C
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 */
|