mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 21:51:17 +01:00
13 lines
207 B
C
13 lines
207 B
C
|
#ifndef ENC_ATTRIBUTES_H
|
||
|
#define ENC_ATTRIBUTES_H
|
||
|
|
||
|
#define CATHAF 30
|
||
|
#define CATLMK 35
|
||
|
#define CATREA 56
|
||
|
#define CATWRK 71
|
||
|
#define DRVAL1 87
|
||
|
#define OBJNAM 116
|
||
|
#define VALDCO 174
|
||
|
|
||
|
#endif // ENC_ATTRIBUTES_H
|