mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
25 lines
438 B
C
25 lines
438 B
C
#ifndef RES_CLUB_H
|
|
#define RES_CLUB_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Club.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_CLUB {
|
|
/* BDLC */
|
|
dRes_INDEX_CLUB_BDL_ST_BUKI_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_CLUB {
|
|
/* BDLC */
|
|
dRes_ID_CLUB_BDL_ST_BUKI_e=0x3,
|
|
};
|
|
|
|
enum ST_BUKI_JNT {
|
|
ST_BUKI_JNT_ST_BUKI_e=0x0,
|
|
ST_BUKI_JNT_BUKI_EFFECT_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_CLUB_H */
|