blob: e1e29ea48fb84cf7dd0d9d3eab00c2f616f12fef (
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
25
|
#ifndef RES_BOKO_H
#define RES_BOKO_H
//
// Generated by res_arc.py from archive: Boko.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_BOKO {
/* BDLC */
dRes_INDEX_BOKO_BDL_BOKO_e=0x3,
};
enum dRes_ID_BOKO {
/* BDLC */
dRes_ID_BOKO_BDL_BOKO_e=0x3,
};
enum BOKO_JNT {
BOKO_JNT_WORLD_ROOT_e=0x0,
BOKO_JNT_CL_BOKO_e=0x1,
BOKO_JNT_CL_BOKOPIECEA_e=0x2,
};
#endif /* RES_BOKO_H */
|