mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 09:52:38 -04:00
30 lines
593 B
C
30 lines
593 B
C
#ifndef RES_ATDOOR_H
|
|
#define RES_ATDOOR_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Atdoor.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_ATDOOR {
|
|
/* BDL */
|
|
dRes_INDEX_ATDOOR_BDL_SDOOR01_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_ATDOOR_DZB_SDOOR01_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_ATDOOR {
|
|
/* BDL */
|
|
dRes_ID_ATDOOR_BDL_SDOOR01_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_ATDOOR_DZB_SDOOR01_e=0x7,
|
|
};
|
|
|
|
enum SDOOR01_JNT {
|
|
SDOOR01_JNT_DOOR_e=0x0,
|
|
SDOOR01_JNT_DOOR01_e=0x1,
|
|
SDOOR01_JNT_POLYSURFACE409_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_ATDOOR_H */
|