Include :

- aggiunta costante per formato OBJ.
This commit is contained in:
DarioS
2022-01-14 12:05:59 +01:00
parent 80588fc44c
commit bbb6ff6ef5
+3 -2
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2014-2015
// EgalTech 2014-2022
//----------------------------------------------------------------------------
// File : EXeConst.h Data : 05.05.15 Versione : 1.6e2
// File : EXeConst.h Data : 11.01.22 Versione : 2.4a
// Contenuto : Costanti generali per EgtExecuter.
//
//
@@ -28,6 +28,7 @@ enum FileType { FT_NULL = 0,
FT_SVG = 18,
FT_BTLX = 19,
FT_3MF = 20,
FT_OBJ = 21,
FT_IGES = 31,
FT_STEP = 32,
FT_ACIS = 33,