mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 21:51:17 +01:00
46 lines
790 B
C
46 lines
790 B
C
|
#ifndef ENC_OBJECTS_H
|
||
|
#define ENC_OBJECTS_H
|
||
|
|
||
|
#define ACHARE 4
|
||
|
#define BCNCAR 5
|
||
|
#define BCNISD 6
|
||
|
#define BCNLAT 7
|
||
|
#define BCNSAW 8
|
||
|
#define BCNSPP 9
|
||
|
#define BRIDGE 11
|
||
|
#define BUISGL 12
|
||
|
#define BUAARE 13
|
||
|
#define BOYCAR 14
|
||
|
#define BOYINB 15
|
||
|
#define BOYISD 16
|
||
|
#define BOYLAT 17
|
||
|
#define BOYSAW 18
|
||
|
#define BOYSPP 19
|
||
|
#define CBLOHD 21
|
||
|
#define CBLSUB 22
|
||
|
#define COALNE 30
|
||
|
#define DEPARE 42
|
||
|
#define DEPCNT 43
|
||
|
#define DMPGRD 48
|
||
|
#define DYKCON 49
|
||
|
#define FAIRWY 51
|
||
|
#define HRBFAC 64
|
||
|
#define LAKARE 69
|
||
|
#define LNDARE 71
|
||
|
#define LNDELV 72
|
||
|
#define LNDMRK 74
|
||
|
#define LIGHTS 75
|
||
|
#define NAVLNE 85
|
||
|
#define OBSTRN 86
|
||
|
#define PILPNT 90
|
||
|
#define PIPSOL 94
|
||
|
#define PONTON 95
|
||
|
#define RIVERS 114
|
||
|
#define SLCONS 122
|
||
|
#define SOUNDG 129
|
||
|
#define UWTROC 153
|
||
|
#define WRECKS 159
|
||
|
#define M_COVR 302
|
||
|
|
||
|
#endif // ENC_OBJECTS_H
|