24 lines
471 B
C
24 lines
471 B
C
/*#**************************************************************************
|
|
History
|
|
|
|
2000 Jan 31 First Working release
|
|
|
|
****************************************************************************/
|
|
#ifndef __VCGLIB_FACE_A___TYPE
|
|
#define __VCGLIB_FACE_A___TYPE
|
|
|
|
#ifdef FACE_TYPE
|
|
#pragma message("\nInternal Error 42\n")
|
|
#endif
|
|
|
|
#define FACE_TYPE FaceA
|
|
#define __VCGLIB_FACE_A
|
|
|
|
#include <vcg/Mesh/FaceBase.h>
|
|
|
|
#undef FACE_TYPE
|
|
#undef __VCGLIB_FACE_A
|
|
|
|
|
|
|
|
#endif |