summaryrefslogtreecommitdiff
path: root/assets/D44J01/res/Object/Ptc.h
blob: 13e2a018554433e57babd036479c173213721690 (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
26
27
28
29
#ifndef RES_PTC_H
#define RES_PTC_H

//
// Generated by res_arc.py from archive: Ptc.arc
// Do not manually modify this file or your changes will be overwritten.
//

enum dRes_INDEX_PTC {
    /* BDL  */
    dRes_INDEX_PTC_BDL_PTCO_e=0x3,
    dRes_INDEX_PTC_BDL_PTCU_e=0x4,
};

enum dRes_ID_PTC {
    /* BDL  */
    dRes_ID_PTC_BDL_PTCO_e=0x0,
    dRes_ID_PTC_BDL_PTCU_e=0x1,
};

enum PTCO_JNT {
    PTCO_JNT_PTCO_e=0x0,
};

enum PTCU_JNT {
    PTCU_JNT_PTCU_e=0x0,
};

#endif /* RES_PTC_H */