mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 09:08:39 -04:00
30 lines
602 B
C
30 lines
602 B
C
#ifndef RES_S_MSPDO_H
|
|
#define RES_S_MSPDO_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: S_MSPDo.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_S_MSPDO {
|
|
/* BDL */
|
|
dRes_INDEX_S_MSPDO_BDL_S_MSPDO_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_S_MSPDO_DZB_S_MSPDO_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_S_MSPDO {
|
|
/* BDL */
|
|
dRes_ID_S_MSPDO_BDL_S_MSPDO_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_S_MSPDO_DZB_S_MSPDO_e=0x7,
|
|
};
|
|
|
|
enum S_MSPDO_JNT {
|
|
S_MSPDO_JNT_S_SPDOOR_e=0x0,
|
|
S_MSPDO_JNT_SPDOOR_e=0x1,
|
|
S_MSPDO_JNT_OUT_WOOD1_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_S_MSPDO_H */
|