mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
30 lines
569 B
C
30 lines
569 B
C
#ifndef RES_VHKAK_H
|
|
#define RES_VHKAK_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vhkak.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VHKAK {
|
|
/* BDLM */
|
|
dRes_INDEX_VHKAK_BDL_VHKAK_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VHKAK_BTK_VHKAK_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VHKAK {
|
|
/* BDLM */
|
|
dRes_ID_VHKAK_BDL_VHKAK_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VHKAK_BTK_VHKAK_e=0x7,
|
|
};
|
|
|
|
enum VHKAK_JNT {
|
|
VHKAK_JNT_ROOT_VHKAK_e=0x0,
|
|
VHKAK_JNT_KAKERA_0_e=0x1,
|
|
VHKAK_JNT_KAKERA_1_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_VHKAK_H */
|