From 4868ae489816603a18772351223c1dfa1fc23982 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 8 Oct 2019 18:23:53 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EExImportBtl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EExImportBtl.h b/EExImportBtl.h index 4b5a1f1..97552f0 100644 --- a/EExImportBtl.h +++ b/EExImportBtl.h @@ -44,4 +44,5 @@ enum EImBtlFlag { EIBFLAG_NONE = 0x0000, EIBFLAG_VERT_POS = 0x0002, // pezzi in verticale EIBFLAG_SPECIAL_TRIM = 0x0004, // trim speciale per pareti EIBFLAG_TS3_POS = 0x0008, // pezzi come in TechnoEssetre (prevale sui precedenti POS) - EIBFLAG_SORT = 0x0010} ; // ordina i pezzi nel DB in base al nome + EIBFLAG_SORT = 0x0010, // ordina i pezzi nel DB in base al nome + EIBFLAG_USEUATTR = 0x0020} ; // utilizza i parametri utente U per modificare la geometria delle features