From 8ef1aa0f4028c9c43444346d267d826410d1d993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 4 Nov 2022 22:51:54 +0100 Subject: [PATCH] Added missing attributes header file --- src/map/ENC/attributes.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/map/ENC/attributes.h diff --git a/src/map/ENC/attributes.h b/src/map/ENC/attributes.h new file mode 100644 index 00000000..b348efe4 --- /dev/null +++ b/src/map/ENC/attributes.h @@ -0,0 +1,12 @@ +#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