mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
28 lines
487 B
C
28 lines
487 B
C
#ifndef RES_AUZU_H
|
|
#define RES_AUZU_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Auzu.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_AUZU {
|
|
/* BDLM */
|
|
dRes_INDEX_AUZU_BDL_AUZU_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_AUZU_BTK_AUZU_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_AUZU {
|
|
/* BDLM */
|
|
dRes_ID_AUZU_BDL_AUZU_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_AUZU_BTK_AUZU_e=0x7,
|
|
};
|
|
|
|
enum AUZU_JNT {
|
|
AUZU_JNT_AUZU_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_AUZU_H */
|