mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
30 lines
576 B
C
30 lines
576 B
C
#ifndef RES_MTOGE_H
|
|
#define RES_MTOGE_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Mtoge.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_MTOGE {
|
|
/* BMD */
|
|
dRes_INDEX_MTOGE_BMD_S_MTOGE_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_MTOGE_DZB_S_MTOGE_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_MTOGE {
|
|
/* BMD */
|
|
dRes_ID_MTOGE_BMD_S_MTOGE_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_MTOGE_DZB_S_MTOGE_e=0x7,
|
|
};
|
|
|
|
enum S_MTOGE_JNT {
|
|
S_MTOGE_JNT_STT_e=0x0,
|
|
S_MTOGE_JNT_S_TTOGE_e=0x1,
|
|
S_MTOGE_JNT_TOGE_02_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_MTOGE_H */
|