mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
29 lines
675 B
C
29 lines
675 B
C
#ifndef RES_GNNDEMOTAKIE_H
|
|
#define RES_GNNDEMOTAKIE_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Gnndemotakie.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_GNNDEMOTAKIE {
|
|
/* BDLM */
|
|
dRes_INDEX_GNNDEMOTAKIE_BDL_GNN_DEMO_TAKI_E_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_GNNDEMOTAKIE_BTK_GNN_DEMO_TAKI_E_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_GNNDEMOTAKIE {
|
|
/* BDLM */
|
|
dRes_ID_GNNDEMOTAKIE_BDL_GNN_DEMO_TAKI_E_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_GNNDEMOTAKIE_BTK_GNN_DEMO_TAKI_E_e=0x7,
|
|
};
|
|
|
|
enum GNN_DEMO_TAKI_E_JNT {
|
|
GNN_DEMO_TAKI_E_JNT_LOCATOR3_e=0x0,
|
|
GNN_DEMO_TAKI_E_JNT_TAKI_S_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_GNNDEMOTAKIE_H */
|