mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
22 lines
423 B
C
22 lines
423 B
C
#ifndef RES_A_UHDOOR_H
|
|
#define RES_A_UHDOOR_H
|
|
|
|
enum dRes_INDEX_A_UHDOOR {
|
|
/* BMDR */
|
|
dRes_INDEX_A_UHDOOR_BMD_A_UHDOOR_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_A_UHDOOR_DZB_A_UHDOOR_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_A_UHDOOR {
|
|
/* BMDR */
|
|
dRes_ID_A_UHDOOR_BMD_A_UHDOOR_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_A_UHDOOR_DZB_A_UHDOOR_e=0x7,
|
|
};
|
|
|
|
enum A_UHDOOR_JNT {
|
|
A_UHDOOR_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_A_UHDOOR_H */ |