blob: 84658b1cf39735dfb0674795bccafb9ea676fe8e (
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
30
31
32
33
|
#ifndef RES_TORIPOST_H
#define RES_TORIPOST_H
//
// Generated by res_arc.py from archive: Toripost.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_TORIPOST {
/* BCKS */
dRes_INDEX_TORIPOST_BCK_POST_GET_e=0x4,
dRes_INDEX_TORIPOST_BCK_POST_PUTOUT_e=0x5,
dRes_INDEX_TORIPOST_BCK_POST_WAIT_e=0x6,
/* BDL */
dRes_INDEX_TORIPOST_BDL_VPOST_e=0x9,
};
enum dRes_ID_TORIPOST {
/* BCKS */
dRes_ID_TORIPOST_BCK_POST_GET_e=0x4,
dRes_ID_TORIPOST_BCK_POST_PUTOUT_e=0x5,
dRes_ID_TORIPOST_BCK_POST_WAIT_e=0x6,
/* BDL */
dRes_ID_TORIPOST_BDL_VPOST_e=0x9,
};
enum VPOST_JNT {
VPOST_JNT_ROOT_APOST_e=0x0,
VPOST_JNT_BODY_e=0x1,
VPOST_JNT_MOUTH_e=0x2,
};
#endif /* RES_TORIPOST_H */
|