blob: 367cb690b07182b5155bf284932dbc941ecd5041 (
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_VMAPG_H
#define RES_VMAPG_H
//
// Generated by res_arc.py from archive: VmapG.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_VMAPG {
/* BDL */
dRes_INDEX_VMAPG_BDL_VMAPG_e=0x3,
};
enum dRes_ID_VMAPG {
/* BDL */
dRes_ID_VMAPG_BDL_VMAPG_e=0x3,
};
enum VMAPG_JNT {
VMAPG_JNT_VMAPG_MODEL_e=0x0,
};
#endif /* RES_VMAPG_H */
|