2022-11-04 22:51:54 +01:00
|
|
|
#ifndef ENC_ATTRIBUTES_H
|
|
|
|
#define ENC_ATTRIBUTES_H
|
|
|
|
|
2022-11-08 00:38:45 +01:00
|
|
|
#define CATACH 8
|
2022-11-04 22:51:54 +01:00
|
|
|
#define CATHAF 30
|
|
|
|
#define CATLMK 35
|
2022-11-05 20:38:08 +01:00
|
|
|
#define CATMOR 40
|
2022-11-04 22:51:54 +01:00
|
|
|
#define CATREA 56
|
|
|
|
#define CATWRK 71
|
|
|
|
#define DRVAL1 87
|
2022-11-05 13:34:01 +01:00
|
|
|
#define ELEVAT 90
|
2022-11-04 22:51:54 +01:00
|
|
|
#define OBJNAM 116
|
2022-11-08 00:38:45 +01:00
|
|
|
#define RESTRN 131
|
2022-11-04 22:51:54 +01:00
|
|
|
#define VALDCO 174
|
2022-11-09 21:37:33 +01:00
|
|
|
#define WATLEV 187
|
2022-11-04 22:51:54 +01:00
|
|
|
|
|
|
|
#endif // ENC_ATTRIBUTES_H
|