blob: e7e75038d47b0280b6e145c4e23266dd847cae70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#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 */
|