7 lines
140 B
C
7 lines
140 B
C
|
#ifndef __VCGLIB_TETRAHEDRON
|
||
|
#define __VCGLIB_TETRAHEDRON
|
||
|
#define TETRA_TYPE Tetrahedron
|
||
|
#include <vcg/simplex/tetrahedron/base.h>
|
||
|
|
||
|
#endif
|