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-10 23:53:34 +01:00
|
|
|
#define CATBUA 10
|
2022-11-25 02:16:17 +01:00
|
|
|
#define CATDIS 21
|
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-10 09:43:14 +01:00
|
|
|
#define CATTRK 54
|
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-14 22:29:27 +01:00
|
|
|
#define ORIENT 117
|
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
|
|
|
|
2022-11-24 09:34:03 +01:00
|
|
|
#define I_CATACH 17000
|
|
|
|
#define I_RESTRN 17004
|
2022-11-25 02:16:17 +01:00
|
|
|
#define I_WTWDIS 17064
|
|
|
|
#define I_HUNITS 17103
|
2022-11-24 09:34:03 +01:00
|
|
|
|
2022-11-04 22:51:54 +01:00
|
|
|
#endif // ENC_ATTRIBUTES_H
|