123
This commit is contained in:
9
CryAnimation/GeomCommon.h
Normal file
9
CryAnimation/GeomCommon.h
Normal 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
|
||||
Reference in New Issue
Block a user