This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _GEOM_COMMON_HDR_
#define _GEOM_COMMON_HDR_
#include "TFace.h"
#pragma pack(push,1)
typedef TFace<unsigned short> GeomFace;
#pragma pack(pop)
typedef unsigned char GeomMtlID;
#endif