blob: c62c0fca97c6e67a2b151358f5f1c1f7e1118d7c (
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_VMSDZ_H
#define RES_VMSDZ_H
//
// Generated by res_arc.py from archive: VmsDZ.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_VMSDZ {
/* BDL */
dRes_INDEX_VMSDZ_BDL_VMSDZ_e=0x3,
};
enum dRes_ID_VMSDZ {
/* BDL */
dRes_ID_VMSDZ_BDL_VMSDZ_e=0x3,
};
enum VMSDZ_JNT {
VMSDZ_JNT_VMSDZ_MODEL_e=0x0,
};
#endif /* RES_VMSDZ_H */
|