vcglib/vcg/simplex/face/with/afavfn.h

18 lines
310 B
C
Raw Normal View History

2004-05-11 17:16:59 +02:00
#ifndef __VCGLIB_FACE_AFAVFN_TYPE
#define __VCGLIB_FACE_AFAVFN_TYPE
2004-05-12 14:29:17 +02:00
#define FACE_TYPE FaceAFAVFN
2004-05-11 17:16:59 +02:00
#define __VCGLIB_FACE_AF
#define __VCGLIB_FACE_FN
#define __VCGLIB_FACE_AV
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_AF
#undef __VCGLIB_FACE_FN
#undef __VCGLIB_FACE_AV
#endif