blob: 67bbc9a606420959806fe5066fa7b989df6f1afd (
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_VMAPH_H
#define RES_VMAPH_H
//
// Generated by res_arc.py from archive: VmapH.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_VMAPH {
/* BDL */
dRes_INDEX_VMAPH_BDL_VMAPH_e=0x3,
};
enum dRes_ID_VMAPH {
/* BDL */
dRes_ID_VMAPH_BDL_VMAPH_e=0x3,
};
enum VMAPH_JNT {
VMAPH_JNT_LMAP_e=0x0,
};
#endif /* RES_VMAPH_H */
|