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

17 lines
257 B
C
Raw Normal View History

2004-05-11 17:20:30 +02:00
#ifndef __VCGLIB_FACE_AVFN_TYPE
#define __VCGLIB_FACE_AVFN_TYPE
2004-05-05 18:31:47 +02:00
2004-05-11 17:20:30 +02:00
#define FACE_TYPE FaceAVFN
2004-05-05 18:31:47 +02:00
#define __VCGLIB_FACE_FN
#define __VCGLIB_FACE_AV
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_FN
#undef __VCGLIB_FACE_AV
#endif