mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
24 lines
403 B
C
24 lines
403 B
C
#ifndef RES_TKWN_H
|
|
#define RES_TKWN_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Tkwn.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_TKWN {
|
|
/* BDLC */
|
|
dRes_INDEX_TKWN_BDL_TN_KEN1_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_TKWN {
|
|
/* BDLC */
|
|
dRes_ID_TKWN_BDL_TN_KEN1_e=0x3,
|
|
};
|
|
|
|
enum TN_KEN1_JNT {
|
|
TN_KEN1_JNT_TN_KEN1_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_TKWN_H */
|