blob: d82e09dedd9cf7e4fa6c1b0c49c004978c6edf58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#ifndef RES_ITACT_H
#define RES_ITACT_H
//
// Generated by res_arc.py from archive: Itact.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_ITACT {
/* BDL */
dRes_INDEX_ITACT_BDL_ITACT_e=0x3,
};
enum dRes_ID_ITACT {
/* BDL */
dRes_ID_ITACT_BDL_ITACT_e=0x3,
};
enum ITACT_JNT {
ITACT_JNT_ITACT_e=0x0,
};
#endif /* RES_ITACT_H */
|