From cc0e745c0939aad0107d9c4096b1750bce447191 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 30 Nov 2005 14:44:47 +0000 Subject: [PATCH] creation --- vcg/simplex/face/with/rt.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcg/simplex/face/with/rt.h diff --git a/vcg/simplex/face/with/rt.h b/vcg/simplex/face/with/rt.h new file mode 100644 index 00000000..1ddd21d8 --- /dev/null +++ b/vcg/simplex/face/with/rt.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_FACE_RT_TYPE +#define __VCGLIB_FACE_RT_TYPE + +#define FACE_TYPE FaceRT + + +#define __VCGLIB_FACE_RT + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_RT +#endif \ No newline at end of file