mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
24 lines
395 B
C
24 lines
395 B
C
#ifndef RES_NZG_H
|
|
#define RES_NZG_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Nzg.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_NZG {
|
|
/* BDL */
|
|
dRes_INDEX_NZG_BDL_KANA_00_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_NZG {
|
|
/* BDL */
|
|
dRes_ID_NZG_BDL_KANA_00_e=0x3,
|
|
};
|
|
|
|
enum KANA_00_JNT {
|
|
KANA_00_JNT_TYU_ANA_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_NZG_H */
|