mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 17:43:23 -04:00
24 lines
448 B
C
24 lines
448 B
C
#ifndef RES_KIRI_H
|
|
#define RES_KIRI_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Kiri.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_KIRI {
|
|
/* BCK */
|
|
dRes_INDEX_KIRI_BCK_KIRI_e=0x4,
|
|
/* BMD */
|
|
dRes_INDEX_KIRI_BMD_KIRI_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_KIRI {
|
|
/* BCK */
|
|
dRes_ID_KIRI_BCK_KIRI_e=0x8000,
|
|
/* BMD */
|
|
dRes_ID_KIRI_BMD_KIRI_e=0x8000,
|
|
};
|
|
|
|
#endif /* RES_KIRI_H */
|