blob: b51e2e8d66ddf9aff4599a006070ab3c471a57df (
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_VMAPR_H
#define RES_VMAPR_H
//
// Generated by res_arc.py from archive: VmapR.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_VMAPR {
/* BDL */
dRes_INDEX_VMAPR_BDL_VMAPL_e=0x3,
};
enum dRes_ID_VMAPR {
/* BDL */
dRes_ID_VMAPR_BDL_VMAPL_e=0x3,
};
enum VMAPL_JNT {
VMAPL_JNT_LMAP_e=0x0,
};
#endif /* RES_VMAPR_H */
|