blob: 037384b5fda85bc9e303a8eecfdb9b69d73df3ef (
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
|
#ifndef RES_LAMP_H
#define RES_LAMP_H
//
// Generated by res_arc.py from archive: Lamp.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_LAMP {
/* BMD */
dRes_INDEX_LAMP_BMD_LAMP_00_e=0x3,
dRes_INDEX_LAMP_BMD_L_GA_e=0x4,
};
enum dRes_ID_LAMP {
/* BMD */
dRes_ID_LAMP_BMD_LAMP_00_e=0x3,
dRes_ID_LAMP_BMD_L_GA_e=0x4,
};
enum LAMP_00_JNT {
LAMP_00_JNT_SLAMP_00_e=0x0,
LAMP_00_JNT_S00_e=0x1,
LAMP_00_JNT_LAMP_e=0x2,
};
enum L_GA_JNT {
L_GA_JNT_BODY_e=0x0,
};
#endif /* RES_LAMP_H */
|